Forum Discussion
Remove "(BLANK)" values
- 3 years ago
then you will need to use a different visual, you are not seeing those values because they are text and a radial gauge visual does not accept text values, it only aggregates them and if there is nothing to aggregate it is either 0, or blank.
- 3 years ago
Hi, JKTUATH
There are no similar gauge-type visuals in Micrsoft AppSource.
As a workaround, you might consider creating a card to overlay your current gauge.
Card measure:
Text = IF(ISFILTERED(Table1[Priority]),[Your measure], "No priority set")Please refer to the following tutorial for more details.
Showing an alternate text when no data available in a Power BI chart visuals
Group visuals in Power BI Desktop reports
Best Regards,
Community Support Team _ Eason
What are you expecting instead of the blank value? The guage expects a numerical value, do you want it to show text instead? or 0?
- JKTUATH3 years agoFrequent Visitor
Yes I want to display the text "Priority not selected or no values to display. Same with urgent & Routine.
- vanessafvg3 years ago
Community Champion
then you will need to use a different visual, you are not seeing those values because they are text and a radial gauge visual does not accept text values, it only aggregates them and if there is nothing to aggregate it is either 0, or blank.
- JKTUATH3 years agoFrequent Visitor
Ok thank you , are there any visuals recommend?.
i would like to merge the both together to correspond with my slicer.