Forum Discussion

julsr's avatar
julsr
Icon for Continued Contributor rankContinued Contributor
2 years ago
Solved

Pbix file best practices

Hi everyone.    I'm building multiple dashboards that use around 7 tables from our database, so I'm creating multiple measures, calculated columns, and using a lot of Dax. My question is if you guy...
  • Ritaf1983's avatar
    2 years ago

    Hi julsr 

    If I understand correctly and the question is about designing the file structure and handling multiple metrics in terms of order, here are two methods I would consider:

    1. Create a separate table for metrics and folders by topic. This approach would involve creating a single table at the beginning of the file to define all the measures and then organizing the rest of the file into folders based on different topics. Each folder would contain a table for the metrics related to that topic.

    Guide for creating folders :

    https://radacad.com/organize-power-bi-dax-measures-in-folders

    2. Create a separate table for each group of metrics by topic. This approach would involve creating multiple tables throughout the file, each representing a group of metrics related to a specific topic. The tables would be organized in a way that reflects the hierarchical structure of the topics.

     

    The choice between these two methods depends on personal preference and the specific needs of the project. For a large number of metrics, it may be more convenient to use the second approach, as it can help to break down the data into more manageable chunks. Additionally, documenting the logic behind each metric within its respective table can improve the overall organization and readability of the file.

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly