Forum Discussion
akash_mishra123
8 years agoRegular Visitor
Adding a value in a chart which is not present.
Hi Everyone, I am new in Power BI and got stuck in an Issue. I have a data in which I will have to show count of no of occurence of particular choices. Example - There are 50 persons who had...
- 8 years ago
Greg_Deckler
Community Champion
8 years agoVery difficult to provide specifics here. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
But, in general you can solve these kinds of problems by creating your measure with an IF statement that if it is going to return BLANK, (ISBLANK) return 0 instead.
- akash_mishra1238 years agoRegular Visitor
- Greg_Deckler8 years ago
Community Champion
Awesome!