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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 |
---|---|
97 | |
76 | |
76 | |
48 | |
26 |