Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I have a matrix that shows me the sales for each week.
Now I would like to add a second column that shows me the best week/ the highest sales.
But how?
Hi @joshua1990 ,
The highest sales:
MAXX(FILTER(ALL(Table),[week]=SELECTEDVALUE([week])),[sales each week])
The best week:
CALCULATE(MAX([week]),FILTER(ALL(Table),[sales each week]=[highest sales]))
If I misunderstand your meaning, please show some sample data and expected result to us.
Best Regards,
Jay
Some example data and expected results would make this much easier to answer.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |