Forum Discussion
michal089
7 years agoFrequent Visitor
DataViewMappings with both table and categorical.
Hi! Lately I came across the situation in which I have to define two different data view mappings. Being precise, I have to define both table and categorical mappings. My code is: "da...
- 7 years ago
Multiple dataViewMappings are not supported currently, which is a pain. I've basically been creating larger than necessary data tables in my model and passing those in, and then transforming the data into the format I need in my JavaScript before rendering my visuals.
https://github.com/Microsoft/PowerBI-visuals/issues/251
v-viig
7 years agoCommunity Champion
No plans to support multi-data mapping. Please use one mapping (e.g. table or categorical).
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
rahulvartak
7 years agoFrequent Visitor
Hi Ignat,
If I want to pass the value of a single calculated measure along with my categorical dataview, is it possible ?
Thanks & Regards,
Rahul