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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
danielboi
Helper I
Helper I

Filtering in Measure vs. Visual. Any impact on performance?

Hello community,

 

my datamodel is almost setup (only consolidation missing, but already got a lead on how to close this) and now working on the first reports. I am trying to understand if there is a performance difference for the various approaches to define the number shown on a visual.

 

My reports will be orbiting around financial statements, so mainly aggregation of data and some % calculations.

 

I figured out that if I want to show in one card for example the actual sales or gross margin I have several ways.

  • I take the colum with the values and drop in on the visual. Add filters to the visual for "actual" and the needed "income statement" item I want to show.
  • I create a measure with CALCULATE(SUM filtering for actual values only and define the income statement item only
  • Define both in the measure

What is the gold standard?

 

Best regards,

 

Dan

2 REPLIES 2
amitchandak
Super User
Super User

@danielboi , There are a few docs, You need to go around.

Try to avoid bi-directional join. Avoid too many visual on a page.  Make your model is star schema

 

Best Practices
https://maqsoftware.com/expertise/powerbi/power-bi-best-practices
https://docs.microsoft.com/en-us/power-bi/guidance/power-bi-optimization
https://www.c-sharpcorner.com/article/power-bi-best-practices-part-1/

 

 

Also check this if needed

https://community.powerbi.com/t5/Desktop/Traditional-Financial-Statements/td-p/7223

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hello @amitchandak ,

 

thanks for the links. Will for sure be a good read.

 

Model is star schema already!

Have one bi directional join, because I need to run parallel parent child hierarchy to show different orgunits.

 

Dan

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors