The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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! | |