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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
lawada
Helper III
Helper III

line chart shows blank values

hello,

i have created a measure that concatenate numerical value and string . it shows data correctly in a table visual but when i use a line chart all data become blank

table:

lawada_1-1644141574015.png

 

 

line chart:

lawada_0-1644141533903.png

 the measure i created depends on a filter, when filter is selected measure will display value without a $ sign and when filter is not  selected measure will display value with $ sign.

the string in my measure was to add the $ sign part to the number

3 REPLIES 3
ValtteriN
Super User
Super User

Hi,

Instead of concatenate try using FORMAT. So something like: FORMAT([Your measure],"$ #.#").

Here is an example:

FORMAT(10000000,"$ #,#")

ValtteriN_0-1644148904931.png

 


The problem is that if you use string functions your values are string and not actual numbers. This is why the line chart is not working.

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




value is still blank in the line chart even after changing the concatinating part

Hi @lawada ,

 

Could you share a sample pbix after deleting sensitive data so that we can check the issue

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.