Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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 FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
71 | |
68 | |
50 | |
31 |
User | Count |
---|---|
118 | |
100 | |
73 | |
65 | |
40 |