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
Hi, I have a question about custom table. Sometimes we need to make a distinct custom table for model relationship. How can I make a custom table from this column and then by removing duplicates, it will turn into primary key? could it be done with power query or DAX? which one is better?
Solved! Go to Solution.
guys, I found the solution. It should be,
guys, I found the solution. It should be,
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 12 | |
| 6 | |
| 5 | |
| 5 | |
| 5 |