Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone,
How do I make the title or the category label of the card visual to the left instead of bottom?
If a card visual is not working, is there a way I can play around with other visuals? I have tried using table visual but the downside is that it shows the column header which is not what I want. I tried to hide the column header with a white font but it's impacting my other visuals.
Thank you!
Solved! Go to Solution.
Hi @mrbuttons, text box should provide you with a high level of flexibility for such scenarios 😉
You can find the pbix attached.
Good luck with your project!
Hi @mrbuttons, text box should provide you with a high level of flexibility for such scenarios 😉
You can find the pbix attached.
Good luck with your project!
Thank you!
Hello @mrbuttons
Indeed, the card visual is pretty limited
You can use a table visual
It is possible to hide the column title, in your columns names
Make a double click on the column you want to hide and just replace the name by a blank space
if you want to hide many of them, you have to use one blank space more for each of them
Thank you!