Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi all,
I have created report where I have different time buckets and columns for fla on those time buckets. So when I am calculating the metric I am using below formula:
switch(true(),selectedvalue('Time Period'[time_period]="LTD", calculate(<formula>, [ltd_flg]=1),.....)
It is making my matrix visual very very slow. Please let me know of a way to optimize it.
Regards,
Yashwant
Hi @yashwant101 ,
You may try pre-create calculated columns or measures that don't rely on the context of the visual but are instead pre-computed as part of your model.
And if possible, you can introduce variables to store intermediate results. This can make your formula more efficient by calculating values once and reusing them, rather than recalculating them multiple times.
VAR keyword (DAX) - DAX | Microsoft Learn
Also try reviewing Data Model and Relationships. This includes reviewing table relationships, ensuring appropriate indexing, and reducing the unnecessary data loading for large datasets.
Optimization guide for Power BI - Power BI | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 23 |