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.
Folks, new to PBI Desktop.
I am extracting user and group memberhsip data from Active Ditectory in PBI Desktop.
I have two tables (user, group) that are joined with a relationship (1 to many).
The table looks like this:
I want to display the data in a tabular format as follows:
It's basically group by username and usernumber.
How do I do that in DAX (or any other method)?
Thank you.
Solved! Go to Solution.
You can do something like this in a matrix visual by turning off the stepped layout.
You can do something like this in a matrix visual by turning off the stepped layout.
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |