Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi
Im using a report in PowerBi which is linked to a sharepoint list but ive just noticed when it reached 200 lines its stopped importing the data onto the report.
Is ther a limit set anywhere on PowerBi or can I set it to show the last 200 records if not so the older ones dont show?
Solved! Go to Solution.
Go to your SharePoint list → List settings → Views → open the view you’re using → scroll down to Item limit.
Increase it or turn it off.
Then refresh Power BI and you’ll get all the rows.
If you want Power BI to load everything but display only the last 200 entries, you can filter them in Power Query:
Sort your list by date (newest first)
Home → Keep Rows → Keep Top Rows → 200
Or use this M-code:
Go to your SharePoint list → List settings → Views → open the view you’re using → scroll down to Item limit.
Increase it or turn it off.
Then refresh Power BI and you’ll get all the rows.
If you want Power BI to load everything but display only the last 200 entries, you can filter them in Power Query:
Sort your list by date (newest first)
Home → Keep Rows → Keep Top Rows → 200
Or use this M-code:
Hi @MercedesAlpha1,
If this response was helpful in any way, I’d gladly accept a 👍much like the joy of seeing a DAX measure work first time without needing another FILTER.
Please mark it as the correct solution. It helps other community members find their way faster (and saves them from another endless loop 🌀.
Data source settings doesnt show this as mine shows the web address for the sharepoint list, although have found its set to 2.0 already
| User | Count |
|---|---|
| 56 | |
| 39 | |
| 37 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 140 | |
| 102 | |
| 63 | |
| 36 | |
| 35 |