Forum Discussion
SBC
1 year agoHelper III
How to Generate Unique Ranks in Power BI Table Visual
Hello Community, I am working on a Power BI report where I need to generate unique ranks in a table visual. The ranking is based on a measure from one table (Table2) and a column from another table ...
- 1 year ago
Anonymous
1 year agoNot applicable
- SBC1 year agoHelper III
Hi Anonymous ,
thanks for responding. The session is actually a measure from one table2, and the user ID is from a different table, which is a column in Table 1. I'm having trouble applying the logic you provided.
- Anonymous1 year agoNot applicable
Then you can merge the two tables on User ID and then apply the dax which i shared
or
else use the related function and try adding the sessions column into table 1 and then apply it will works for you (link for how to apply related : https://youtu.be/8YJyALHRKRY?si=kVrp91C110j6u34d)
Hope it will work for you
or else explain it clearly what you are not getting then i will help you