Forum Discussion
Anonymous
2 years agoNot applicable
QUESTION: Centralizing All Data in a Single Dataset: Performance and Management Implications
I have a question about the use of datasets. My question is: is it correct to centralize all measures and tables from all my reports in just one dataset? Every time someone opens a report, will it pu...
- 2 years ago
Using thin reports(like you did) is a very good practice. Fetching one or many tables that depend one the queries you use, like DAX for example if you are using to calculate from one or many tables. In power BI service there is the cache that takes over the performance therefore the CPU is not much used.
Please watch this video https://www.youtube.com/watch?v=ipdMRPdXcWA it will help you identify if you really reach limits and what to do. and this on how to use the App premium :
https://www.youtube.com/watch?v=BmAuABIwhc0&t=745s
aj1973
2 years agoCommunity Champion
Hi Anonymous
You must referring to reports instead of dashboards (dashboard is a collection of many kpi from one or many reports).
The answer to your question is yes, you can build many reports from one dataset.