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 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.