Forum Discussion
sguenther
10 years agoAdvocate II
Maximum size for .pbix files
Hey everybody, so I created a report by querying data from our PostgreSQL server. It's quite a bit of data, so the file size is above the 250 mb limit and I can't upload it to the online dashboar...
- 10 years ago
Have you tried using the direct connect instead of the "import all"? ;-)
Perhaps make sense. 250mb of a file is not really scalable. You will hit that limit in the long-run anyway.
I would recommend:
a) using live connect with on prem sql
b) using live connect with azure sql db
c) using an AS tabular model on top of sql db