The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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! | |