The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
In my report I have a matrix:
and want to add measure2 to the Values and sort column1 in matrix based on measure2 so that it shows the latest date/time for column1:
measure2:= MAX ('Salse'[Purchased time])
Here is a part of my report:
I'm using tabular with fact and dimension tables.
User | Count |
---|---|
5 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
11 | |
7 | |
5 | |
4 | |
4 |