Complete the code to name the main folder correctly for a BI project.
Project files should be stored in the [1] folder.
The main folder should be named Project to keep all BI files organized in one place.
Complete the code to organize files by type inside the project folder.
Inside the project folder, create subfolders named [1] to separate files by their purpose.Common BI file types are data files, visuals (like dashboards), and scripts (for calculations).
Fix the error in the naming convention for version control.
File names should include the version number like [1] to track changes.Using a clear version format like v1.0 helps track file updates easily.
Fill both blanks to create a clear file naming pattern for reports.
Report files should be named as [1]_[2]_v1.0 to include project and date.
Including the project name and date in the file name helps identify the report easily.
Fill all three blanks to organize BI files with folder, subfolder, and naming convention.
Store files in [1]/[2] with names like [3]_v1.0 for clarity.
Files go inside the project folder, then the data subfolder, and are named with the project name and version.