Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 43 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |