Forum Discussion
How to optimize semantic model
- 8 months ago
Hi minhnhatdanchoi ,
Consider the GYC video as starter: Reframe your Power BI Direct Lake Semantic Model
and check the post as well
Solved: Re: How to do incremental refresh using datalake o... - Microsoft Fabric Community
If this response was helpful in any way, I’d gladly accept a 👍much like the joy of seeing a DAX measure work first time without needing another FILTER.
Please mark it as the correct solution. It helps other community members find their way faster (and saves them from another endless loop 🌀.
Hi minhnhatdanchoi,
Do your visuals run on all the data in these tables? Are you able to limit what you bring into the report to just the recent records?
If you limit the data at ingest time rather than using a filter, the VertiPaq engine won't need to try and process 50 million records every interaction.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
I need to know how can I limit the data at the ingest time rather than using a filter. I'm kind of new to PowerBI 😅