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 September 15. Request your voucher.
I am using
Hi amit ,
Not able to share a file as its contains a lots of clients sensitive data.
Is there any way we can solve the issue?
@Anonymous , Try measures like these
Rank = RANKX(FILTER(KPI_Reporting,KPI_Reporting[condition(1/2)]="2"),[(DecActual-DecPlan)],,ASC)
or
Rank = RANKX(allselected(KPI_Reporting),calculate([(DecActual-DecPlan)],FILTER(KPI_Reporting,KPI_Reporting[condition(1/2)]="2")),,ASC)
still Rank is not showing correctly
User | Count |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
9 | |
5 |