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
Hello v-easonf-msft,
That's not a bad idea.
Will PowerBi allow me to send the card backward and forward when I have this criteria?
Hi, JKTUATH
No. The card should be placed in front of the gauge visual.
You may need to adjust the card appropriately to make sure it is only used to cover the text portion "(BLANK)" on the gauge.
Best Regards,
Community Support Team _ Eason