Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi,
I want a Custom Column formula (not advanced editor) to calculate the occurences
I was thinking of Table.RowCount(....) but how do i achieve the below result?
| Values | Occurrence |
| A | 3 |
| A | 3 |
| A | 3 |
| B | 2 |
| B | 2 |
| C | 4 |
| C | 4 |
| C | 4 |
| C | 4 |
Solved! Go to Solution.
The #"Changed Type" needs to be the previous step in your query.
Proud to be a Super User! | |
The #"Changed Type" needs to be the previous step in your query.
Proud to be a Super User! | |
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 11 | |
| 11 | |
| 8 | |
| 6 |