The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
108 | |
82 | |
77 | |
46 | |
39 |
User | Count |
---|---|
137 | |
108 | |
69 | |
64 | |
53 |