Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I want to be able to create a calculated column in power query (not in power BI), to count the number of occurrences of the value in that row from the entire table. For instance, there would be a 2 in a new column for the first two rows, as that string is repeated twice. I was able to do this in Power BI, but I need to do it in Power Query before loading my data. Below is what worked in Power BI....
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 |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 7 | |
| 7 |