Forum Discussion

michal089's avatar
michal089
Frequent Visitor
7 years ago
Solved

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...
  • Nafferty's avatar
    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