Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
The below is the table I am working with, and I want to rank by week ending date.
I am trying to formula :
Solved! Go to Solution.
@Spudder112 , Hope you are creating a column not measure
This should work as column
Week Rank = RANKX(('Table 1'),'Table 1'[week ending date],,ASC,Dense)
Also it is always better to have a separate Date/week Table
Power BI — Week on Week and WTD
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-La...
https://www.youtube.com/watch?v=pnAesWxYgJ8
@Spudder112 , Hope you are creating a column not measure
This should work as column
Week Rank = RANKX(('Table 1'),'Table 1'[week ending date],,ASC,Dense)
Also it is always better to have a separate Date/week Table
Power BI — Week on Week and WTD
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-La...
https://www.youtube.com/watch?v=pnAesWxYgJ8
Ah, I was using the measure feature instead of column. Thank you! Also for reminding me to make a separate date table.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
116 | |
102 | |
87 | |
35 | |
35 |
User | Count |
---|---|
152 | |
98 | |
81 | |
61 | |
55 |