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.
Hello,
I have a following scenario
I would like to rank based on the Priority. For example, all the promotions, products with highest priority (for example 2) should get first rank and the subsequent less order priority should 2nd rank and so on...
Please provide suggestions.
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
Check the formula.
Column = RANKX('Table','Table'[priority],,DESC,Dense)
Best Regards,
Jay
Hi @Anonymous ,
Check the formula.
Column = RANKX('Table','Table'[priority],,DESC,Dense)
Best Regards,
Jay
Hi,
Try this calculated column formula
=calculate(distinctcount(Data[Priority]),filter(data,data[promotion]=earlier(data[promotion])&&data[priority]>=earlier(data[priority])))
Hope this helps.
I am sorry it can't be shared as it has business data
Hi,
I am looking for a calcualted column
Hi,
Share the download link of your PBI file.
Hi,
Should this be a calculated column formula or a measure?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |