Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Ben899
Regular Visitor

Importing two datasets with different sizes in a custom visual

I'd like to have a small table (i.e a ten rows by three columns in size) in addition to my main dataset which is hundreds of rows. The plan is to show some objects based on the small table on the main chart which comes from the large table.

 

Any idea how to code dataViewMappings section in capabilities.json for this scenario?  I've tried a lot of cases but none of them worked.

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

Custom visuals currently only support a single dataViewMapping, which means that you might have to think differently about how to structure the one you can use to handle all data coming in. You would then need to handle mapping of that to your view model in your code.

It's been requested before that the team support multiple dataViewMappings but they have indicated there is no intention to actually do this.

Probably not the answer you're looking for but will hopefully enable you to try an alternative approach.

Good luck,

Daniel




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

2 REPLIES 2
stevedep
Memorable Member
Memorable Member

Hi,

 

One way to solve this is to cbind your datasets. I provide an elaborate explanation in this article

Hope it helps!

 

Kind regards,

 

Steve. 

dm-p
Super User
Super User

Custom visuals currently only support a single dataViewMapping, which means that you might have to think differently about how to structure the one you can use to handle all data coming in. You would then need to handle mapping of that to your view model in your code.

It's been requested before that the team support multiple dataViewMappings but they have indicated there is no intention to actually do this.

Probably not the answer you're looking for but will hopefully enable you to try an alternative approach.

Good luck,

Daniel




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.