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
Hello,
I have the below data table in PBI. I need to find a way to identify how many Persons have multiple Types.
For example what is the # of Persons that have a 405 type and 406 type? I want to aggregate this for every Type (405,406,407,408).
Maybe four columns titled "In 405?", "In 406?", "In 407?", "In 408?" for each row that has Yes/No values.
Person Type
| Person 1 | 405 |
| Person 1 | 406 |
| Person 2 | 406 |
| Person 2 | 407 |
| Person 2 | 408 |
| Person 3 | 407 |
| Person 3 | 408 |
Solved! Go to Solution.
In Dax, create calculated columns
In Dax, create calculated columns
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 42 | |
| 20 | |
| 18 |