Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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

Reply
invtgillen
Frequent Visitor

Card Visual

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!

3 REPLIES 3
Vvelarde
Community Champion
Community Champion

@invtgillen

 

Is possible using a measure:

 

ProjectDate= if(hasonevalue(table[item]),Values ('Table'[DateProject]))

 

 

 

 

 




Lima - Peru

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

 

@invtgillen

 

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,

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.