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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
canddig
Frequent Visitor

Measure is not working with slicer

Hi, 

 

I created a few measures that will be used on cards to display different metrics. When I use my slicers my measurements are not all updating. Only parts of them are which is then throwing off my calculations. Can anyone help me with as to why when I select a slicer this would not update the measure correctly? It is not date related. Is there anything I need to add to my formula to take the slicer into consideration? 

 

Thanks, 

Candace 

3 REPLIES 3
Anonymous
Not applicable

Hi @canddig ,

 

Can you share some sample data and the expected result to have a clear understanding of your question? (screenshots as well)

In addition, the formula you gave seems to be simplified.

Filtered Amount - Net Rev =
'2020 Financials Budget Detail (2)'[Filtered Amount - Gross Rev]
+ CALCULATE (
SUM ( '2020 Financials Budget Detail (2)'[Amount] ),
'2020 Financials Budget Detail (2)'[Month] = "NOV",
'Map - Org SL MT'[Service Line] <> "abc",
'2020 Financials Budget Detail (2)'[Account] IN { "####", "###", "##" }
)

 

Best Regards,

Yuna

darentengmfs
Post Prodigy
Post Prodigy

Hi @canddig 

 

Can you post an example?

Filtered Amount - Net Rev = '2020 Financials Budget Detail (2)'[Filtered Amount - Gross Rev]
+calculate(sum('2020 Financials Budget Detail (2)'[Amount]),'2020 Financials Budget Detail (2)'[Month]="NOV",'Map - Org SL MT'[Service Line]<>"abc",'2020 Financials Budget Detail (2)'[Account]="####")
+calculate(sum('2020 Financials Budget Detail (2)'[Amount]),'2020 Financials Budget Detail (2)'[Month]="NOV",'Map - Org SL MT'[Service Line]<>"abc",'2020 Financials Budget Detail (2)'[Account]="####")
+calculate(sum('2020 Financials Budget Detail (2)'[Amount]),'2020 Financials Budget Detail (2)'[Month]="NOV",'Map - Org SL MT'[Service Line]<>"abc",'2020 Financials Budget Detail (2)'[Account]="###")
 
here is one of the measurements but now when I select a specific sub group this measure will not update only using the subgroup selected. Does that make sense? 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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