Forum Discussion
NileshBhayani
2 years agoFrequent 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...
- 2 years ago
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
dm-p
2 years agoSuper 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
NileshBhayani
2 years agoFrequent Visitor
Thank you dm-p Your solution works for me