March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all,
Creating a report using table visual with lots of column used.In that i need to use a rank function like sql query which is showed below.
Rank() OVER(PARTITION BY table."policyno"
ORDER BY table."Loc_no" DESC ,table."vers_no" DESC
Is it possible?
Solved! Go to Solution.
@NISHA_S , Try a Rankx as a new column
ranxk(filter(Table, [policyno] = earlier([policyno]) , calculate([Loc_no] & "-" & [vers_no]) , , desc, dense)
For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns
@NISHA_S , Try a Rankx as a new column
ranxk(filter(Table, [policyno] = earlier([policyno]) , calculate([Loc_no] & "-" & [vers_no]) , , desc, dense)
For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |