Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi everyone!
im having some issues with rank funcitions. First of all, my data table its related with a Date table and Clients info.
The left side is the data table and the right side is the idea of what i need
So i want to create a table that displays sales by client, depending on the filter selected, year and quarter, as well as the accumulated sales of the selected period, and rank them both depending on the amount
As you can see in the image below, Client B sales were $100 in 4Qtr of 2017, ranking 2, since it sales were lower than Clien A, but the accumulated sales (sums the sales of the current year selected and Qtr <= to selected Qtr, in this case 3) , Client B ranks 1 since in the accumulative sales he did better than Client A...
So far i managed to calculate the accumulated sales with a measure so i have a data table with the first 3 columns (sales, rank sales, and accum sales)
but not a single formula seems to work, i tryed to rank by Accum measure but it returns the same rank as the sales value
Any ideas?
Solved! Go to Solution.
In hopes that this helps anyone, i found a way to do the rank,
Instead of calling the measure accum, i used the formula directly in the rank
Hopes this helps anyone
In hopes that this helps anyone, i found a way to do the rank,
Instead of calling the measure accum, i used the formula directly in the rank
Hopes this helps anyone
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 |
---|---|
116 | |
104 | |
87 | |
35 | |
35 |
User | Count |
---|---|
152 | |
98 | |
81 | |
61 | |
55 |