Forum Discussion
sudhav
3 years agoHelper V
Need partition in ranking in power query editor or Dataflows in Fabric
Hi Team, I have a CTE in my sql which is giving ranking in a table and below is the code select *, rank() over(partition by Empstatus,Emprole,Empdept order by empid) as Empid_Rank from EmployeeT...
fabricator1
2 years agoAdvocate II
Is this what you are looking for?
Chris Webb's BI Blog: Nested Calculations In Power Query (crossjoin.co.uk)
Adding a row rank based on a different column with Power Query – data witches (data-witches.com)
Anonymous
2 years agoNot applicable
Thats absolutely what I'm looking for! Thank you!