Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi @pshrw ,
Please try this dax query:
EVALUATE
SELECTCOLUMNS(
'table',
'table'[date],
'table'[customer_number],
'table'[id],
'table'[class]
)
ORDER BY 'table'[date], 'table'[customer_number], 'table'[id], 'table'[class] ASC
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
This is the nicer query overall, but it does not solve the problem of cutting the results from the previous month.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 10 | |
| 9 | |
| 8 | |
| 7 |