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
Anonymous
2 years agoNot applicable
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.