Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
56 | |
35 | |
34 |
User | Count |
---|---|
99 | |
56 | |
54 | |
45 | |
40 |