Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi community,
I have a column that displays the stock i have in the warehouse. I would like to create a "priority" column that automatically assigns ascendent numbers based that column. In blue below what i want to achieve: any suggestions?
Solved! Go to Solution.
@alevandenes , if you need within production week
Rankx(filter(Table, [production Week] =earlier([production Week]) , [Stock],,asc, dense)
Column Rank: https://www.youtube.com/watch?v=wDS_Vi4r9I4&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=39
Measure Rank: https://www.youtube.com/watch?v=DZb_6j6WuZ0&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=40
@alevandenes , a new column
Rankx(Table, [Stock],,asc, dense)
Hi @amitchandak , thank you very much: the formula works! do you know how can i integrate the orange column into it? i want the priority numbering dependent on the production week. Thanks a lot in advance
@alevandenes , if you need within production week
Rankx(filter(Table, [production Week] =earlier([production Week]) , [Stock],,asc, dense)
Column Rank: https://www.youtube.com/watch?v=wDS_Vi4r9I4&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=39
Measure Rank: https://www.youtube.com/watch?v=DZb_6j6WuZ0&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=40
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
100 | |
65 | |
48 | |
39 | |
32 |
User | Count |
---|---|
167 | |
117 | |
61 | |
58 | |
45 |