Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello, good afternoon.
as I can count how many times a number is repeated in a table.
For example I have this table.
In the RequestStatusId column, I want to get how many times the 6 is repeated
Solved! Go to Solution.
What did help me was this:
What did help me was this:
Hi,
Drag that column to the Table visual and write this measure
Count = counta(Data[RequestStatusId])
I do not know if I gave myself to explain but it was to count how many times the number 6 is repeated in the column RequestEstatusId
My solution will do exactly that.
But not all the data I have in that column is number 6