Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a custom visual with 80,000 rows of data i want to input into it. I call fetchMoreData in the update function and nothing happens, the update function is never called and i dont see any new data in the logs.
this.host.fetchMoreData(true)
Interestingly initaly my data has no segments in the metadata, I would have thought there would be as there is more then 30,000 rows in the data set.
Any thoughts on why the function isnt updating anything is greatly apprecated.
Solved! Go to Solution.
I needed to initilize the host in the construtor
this.host = options.host;
I needed to initilize the host in the construtor
this.host = options.host;
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 45 | |
| 34 | |
| 27 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 22 | |
| 20 |