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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
NileshBhayani
Frequent Visitor

power bi custom visual facing one issue for Y axis data load

Error Details

on Y axis we used measure so when we load numeric data its works perfect but when i load string values i am getting error in console

Error: <path> attribute d: Expected number, "M310.596,NaNL729.86,NaNL7…"

Error.png

 

 

 

Would be glad if someone has a solution.

Thanks for help 🙂

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

Hi @NileshBhayani,

 

If you don't want textual values to be valid for that data role, set the requiredTypes property to include integer and numeric.

 

You can refer to the data roles documentation for further details.

 

Regards,


Daniel





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

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

3 REPLIES 3
dm-p
Super User
Super User

Hi @NileshBhayani,

 

If you don't want textual values to be valid for that data role, set the requiredTypes property to include integer and numeric.

 

You can refer to the data roles documentation for further details.

 

Regards,


Daniel





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

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Thank you @dm-p Your solution works for me 

v-rzhou-msft
Community Support
Community Support

Hi @NileshBhayani ,

 

According to your statement, I think this issue should be caused that the value type is set to number when setting the Y-axis of Power BI Custom visual.

Please check the Power BI Custom visual or you can contact the author of this custom visual.

For reference: Objects and properties of Power BI visuals - Power BI | Microsoft Learn

 

Best Regards,
Rico Zhou

 

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

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors