Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello PBI community! I was wondering how I can count a distinct value on multiples column at the same time. As In the example below, I need a measure to count how many zeros (total) there are on columns, 1,2 3 (the answer should be 4):
Thnaks!
Solved! Go to Solution.
Not sure if i missed to understand, but if you need to add all the count of zeros, you can write this
Hi,
In the Query Editor, right click on the first column's heading and select "Unpivot Other Columns". Write this measure
Count = calculate(countrows(Data),Data[Value]=0)
Hope this helps.
Thank you Ashish, I wanted to avoid this step of unpivoting the columns.. Deevaker's solution below worked better for me. Thanks for replying.
You are welcome.
Not sure if i missed to understand, but if you need to add all the count of zeros, you can write this
Hi Deevaker, it worked perfectly! many thanks!
Yes you can do tyhis directly. I did not find a better solution to do it
Hi
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
65 | |
64 | |
56 | |
39 | |
27 |
User | Count |
---|---|
85 | |
59 | |
45 | |
43 | |
38 |