Quantcast
Channel: Developer topics
Viewing all articles
Browse latest Browse all 17881

PowerApps Limitation on Rows

$
0
0

Hello,

 

I'm using PowerApps to extract data from PowerBI. The problem is that there is a limit on the number of rows to 1,000.

 

I've edited the custom visual - attached - to allow 30,000 rows to display, but I'm still getting the error that I have too many values to display.

 

TooManyValues.png

 

Code added to the JSON file.

 

"dataViewMappings": [
{
"table": {
"rows": {
"dataReductionAlgorithm": {
"top": {
"count": 30000
}
},
"for": {
"in": "table"
}
}
},
"conditions": [
{
"table": {
"min": 0
}
}
]
}
]

I uploaded the custom visual to the following link:

https://ufile.io/qbkbv

 

Regards,


Viewing all articles
Browse latest Browse all 17881

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>