Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Performance of 16 tables in one Page - better if conditional column with URLs is used?

Hi Guys, 

 

I have a Dashboard with 16 Customers logos and I need to show their situation base on simple Measure that gives me -1, 0, 1. In this way I'm able to create a little table with just the value and transform the number in icon via conditional formatting.

here a screen of the result:

homepage.PNG

I noticed that this page is too slow, and with the Performance Analyzer I saw that all those tables uses a lot of "calculation power".

I was wondering if would be better to create a conditional column based on my measure, and select a URL in case the values is -1 (and show an image of a red X), another URL if the value is 0 (and show an image of a yellow !) and if i have 1, an image showing a green V.

 

Do you think performance would improve?

 

thanks in advance!

 

 

2 REPLIES 2
v-shex-msft
Community Support
Community Support

Hi @Anonymous,

If you add too many standalone instances/objects to the report page, they will obviously affect the report performance. (each of them is required to be initiation, loading data, and process the calculation expression)

For your scenario, perhaps you can create a table visual with all custom types and only use one formula in visual with if statement to check current customers and show correspond the logos.

If the above does not help, can you please share some more detail about your operation? It should help us clarify your scenario and test to coding formula.

How to Get Your Question Answered Quickly  

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
ebeery
Solution Sage
Solution Sage

@Anonymous each visual you add to the page generates its own DAX query, so in general, one of the most impactful things you can do to improve performance is to reduce the total number of visuals.

The below article explains the concept very well, albeit using a report with many card visuals as an example:

https://www.sqlbi.com/articles/optimizing-card-visuals-in-slow-power-bi-reports/ 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.