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
Yes I want to display the text "Priority not selected or no values to display. Same with urgent & Routine.
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.
- v-easonf-msft3 years ago
Community Support
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- JKTUATH3 years agoFrequent Visitor
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?