Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
105 | |
99 | |
99 | |
38 | |
37 |
User | Count |
---|---|
157 | |
120 | |
74 | |
72 | |
63 |