Forum Discussion
pbi desktop query limit rows changes?
when i use pbi desktop direct query to connect my datasource with my connector,it works perfect,when i create a chart with different fields, i found the query limit is not a fixed value,if i use only one demession filed in chart, the sql limit is 501 rows, if i use only one messure filed, the sql has not limit rows, if i use both demession and messure, the sql limit 1000001 rows, pbi desktop is the latest version and i do not set any config about limit. Is this normal??? if yes , how it works? any documents about the sql limit? i find many documents but does not work.... Please help~~~
9 Replies
- AnonymousNot applicable
Hi jinghua,
This is normal in Power BI. It supports upto 1 GB of data per visual. you can't see visual to be loaded if you have more than 1 GB of data.
You can filter data by removing unwanted Calculated columns, attributes, measures and apply more filter on the visual.
The best approach to have SSAS for your data model and calculations to be created. Power BI in-memory will supports upto 1GB whereas, SSAS can supports for huge volume of data. only the results will be shown in Power BI.
Regards,
Pradeep
- jinghuaNew Member
so why some query limit 501, some query limit 1000001, i do not set any limit config at pbi
- AnonymousNot applicable
This all get filtered out when you have mapping with other objects.