Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
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 |
---|---|
107 | |
101 | |
99 | |
38 | |
37 |
User | Count |
---|---|
157 | |
121 | |
73 | |
73 | |
63 |