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 DataVie...
nrnelsonribeiro
8 years agoFrequent Visitor
Hi.
Please, did you solve this question
Tks.
Nelson.
v-viig
8 years agoCommunity 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