Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I have looked through many other posts related to a card showing blank but I am still unable to figur eout what ive done wrong.
I have a cloumn that called status that has a few status's.
I f i have an empty filter, everything is showing fine.
However, when I change the filter I get blank
How do I make this a zero instead of blank. I tried creating a measure while following similar posts but im still getting blanks.
Thanks in advance
Hi @CrackerBen ,
Please add +0 in your formula to work on it like that.
C = [count of status]+0
Using
Hi @CrackerBen ,
kindly share your sample data or Pbix to me if you don't have any Confidential Information. Please upload your files to One Drive for Business and share the link here.
Sadly, there is private information in the data. I can provide a screenshot of whats in the column if that helps?
Check for other filters on the page.
Plot this in a table visual and take status and count of status and see which value has how much count. That will help in checking.
Can you share sample data and sample output.
Hi,
Try this measure
=COUNTA(Data[Status])
Hope this helps.
HI, This didnt work
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 |
---|---|
103 | |
99 | |
98 | |
38 | |
37 |
User | Count |
---|---|
151 | |
121 | |
73 | |
71 | |
63 |