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
Anonymous
2 years agoNot applicable
Can i create two dataview objects for a single pbiviz project?