Forum Discussion
karaoan
Kudo Kingpin
9 years agoUse 3rd party Grid/pivot control that allows cell edit in visual
Hi, We are in the process of developing a solution that enables users to enter data from a grid in a PBI visual. We have experimented with a few but couldn't find one that exactly fits our needs....
- 9 years ago
v-chuncz-msft Sam, The volume of the data source had nothing to do with it. After a lot of testing it was confirmed (by now also from MS) that you can't use controls in visuals that exceed 2MB. We have adapated our code accordingly and now it works.
Martin
v-chuncz-msft
Community Support
9 years ago
You might need to think about updating the dataset, not doing it in the presentation layer.
- karaoan9 years ago
Kudo Kingpin
v-chuncz-msft Sam, The volume of the data source had nothing to do with it. After a lot of testing it was confirmed (by now also from MS) that you can't use controls in visuals that exceed 2MB. We have adapated our code accordingly and now it works.
Martin