Forum Discussion
dhavalu
10 years agoFrequent Visitor
Get Measure from DataView in custom visual
Hello,
Is there any way we can get measure and its output for a column in custom visual.
options.dataViews[0].table.columns[0].isMeasure is the only property i could find in the table DataView.
I tried with categorical and tree dataviews as well but its the same.
Could not find any wiki page as well.
Any Idea.
Thanks.
2 Replies
- nrnelsonribeiroFrequent Visitor
Hi.
Please, did you solve this question
Tks.
Nelson.
- v-viigCommunity Champion
As far as I know, you can get a value of any measure field by using options.dataViews[0].categorical.values[0].values
Please let me know if that works for you as well.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals