Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have two tables
Sale (3 rows: criteria, sold, dayDiff)
Tab2 (1 row: day: containing '3Days', '7Days', '15Days', '30Days')
No relationship between those two, obviously.
I want rank for each row but my 'rank' measure is not gave me right result, the measure gave same value 1 for every cell
measure 1 :
value =
criteria | 3Days | 7Days | 15Days | 30Days |
A | ||||
value | 100 | 300 | 500 | 50 |
rank | 3 | 2 | 1 | 4 |
B | ||||
value | 400 | 200 | 800 | 1000 |
rank | 3 | 4 | 2 | 1 |
C | ||||
value | 70 | 500 | 450 | 600 |
rank | 4 | 2 | 3 | 1 |
Hey @ddpl ,
please prepare a pbix file containing sample data that still reflects your semantic model (tables, relationships, calculated columns, and measures). Upload the pbix to OneDrive, Google Drive, of Dropbox and share the link.
If you are using a spreadsheet to create the sample data, share the spreadsheet as well.
Can you please explain what you are ranking and how this does relate to the binning?
Regards,
Tom
User | Count |
---|---|
75 | |
74 | |
44 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |