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.
Hi , I have a measure Rank for "Major expense type = RANKX(ALLSELECTED('Concur Data Sheet'[Major Expense Type]),CALCULATE(SUM('Concur Data Sheet'[Approved Amount (rpt)])),,DESC,Dense) "
This when trying to add as a Visual filter to a KPI Card would not work .
Need Help
Regards
Hi @lravikiran ,
The measure in the KPI measure is always equal to 1. So you cannot filter the visual based on the measure. I recomend you to create a calculted column to get the rank value to work around.