Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am trying to have my KPI show the same values as the table on my dashboard. I have filters on the second visual below.
Version 0 is Actuals/Plan - The others are Forecast versions. I would like to be able to toggle between forcast versions (will always have version 0 selected)
Solved! Go to Solution.
Hi @AnAnalyst
Create a measure
Measure = CALCULATE ( [FY Fcst vs FY Plan], FILTER ( ALLSELECTED ( Sheet1[Project] ), [Fcst vs Plan] < 0 && [FY Fcst vs FY Plan] > 0 ) )
Hi @AnAnalyst
Create a measure
Measure = CALCULATE ( [FY Fcst vs FY Plan], FILTER ( ALLSELECTED ( Sheet1[Project] ), [Fcst vs Plan] < 0 && [FY Fcst vs FY Plan] > 0 ) )
Thank you!
User | Count |
---|---|
97 | |
78 | |
77 | |
49 | |
26 |