Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I have the table below and I'm trying to construct a DAX formula to do the following calculation in PowerBI, but haven't succeeded.
Column A,B,C is the actual data, In excel I created a pivot table in F2 column and then created an other table to get the UserID count using FREQUENCY function.
Solved! Go to Solution.
You may try using SUMMARIZE Function to add a calculated table and IF Function or SWITCH Function to add a calculated column.
You may try using SUMMARIZE Function to add a calculated table and IF Function or SWITCH Function to add a calculated column.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 21 | |
| 21 | |
| 21 | |
| 20 | |
| 12 |
| User | Count |
|---|---|
| 59 | |
| 53 | |
| 40 | |
| 30 | |
| 26 |