The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
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