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....
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |