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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I'm trying to find a way to create a measure that ignores months when ranking.
the reason for this is im trying to create a graph that shows the monthly trend of an End Market based on its overall rank.
so in the graph, if i filter on Rank 2, we would want to see the monthly performance of End Market B.
Currently what we would get is End Market B for Jul-19 but End Market A for Aug-19.
Current DAX:
Solved! Go to Solution.
Hi @CBurton87
can you try something like this:
End Market Rank = RANKX(ALL('Sales Table'[End Market]),calculate([Actuals $],all([Months])))
Cheers,
Sturla
Hi @CBurton87
can you try something like this:
End Market Rank = RANKX(ALL('Sales Table'[End Market]),calculate([Actuals $],all([Months])))
Cheers,
Sturla
User | Count |
---|---|
11 | |
9 | |
6 | |
5 | |
4 |