Forum Discussion
thiamhuat2026
3 months agoHelper III
Power BI Questions
I need help in this two cases here: First: I need to remove that dot '.' after the name of the Town_Council selected. It seems I need to enter something and the minimum I can have is a dot, but I w...
- 3 months ago
Hi thiamhuat2026 ,
Since you are using the new card visual you can just turn off the label from the card settings and this will not show in the visualization:
Olufemi7
3 months agoSuper User
Hello thiamhuat2026,
Looks like the . is being used as the alternate result in your SELECTEDVALUE.
You can just replace it with BLANK():
Selected Town Council =
SELECTEDVALUE('Table'[Town_Council], BLANK())I tested something similar before and the Card stayed empty instead of showing the dot.
For the chart labels, remove Town_Council from the Axis and leave only CATEGORY.
Since the Town Council is already shown at the top, you do not really need it repeated again below the bars.