The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
78 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
52 | |
50 | |
46 |