This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Good Afternoon -
Does anyone know if it is possible to use the card visual to display text?
I assume not, but trying to find the best visual to use when a user selects a certain item on a chart that it displays the date the project will take place. Everytime I put it into these visuals it tries to take the count of the dates versus just displaying the items date itself.
Any thoughts or suggestions?
Thank you!
Is possible using a measure:
ProjectDate= if(hasonevalue(table[item]),Values ('Table'[DateProject]))
Hi @Vvelarde -
Thanks for the suggestion.
I will try that, do you know whether it is possible to add a measure from the webapp? I am having to use the webapp since the custom visuals are not importing into Power BI desktop right now due to the proxy bug.
Thank you,
Tyler
In Card Visual, we can only accept numeric field. If we put a text field, it will display count of values. For your requirement, if you want to show a Date field, I suggest you add a table with only date field populated. It will be interactive with users selection. If you just want to display static text, you can use Text Box.
Currently, the Power BI REST API only support creating objects like dataset, table, rows, etc. You can't create measures via your web app.
Regards,
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 25 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 49 | |
| 28 | |
| 23 | |
| 23 |