Forum Discussion

sguenther's avatar
sguenther
Advocate II
10 years ago
Solved

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...
  • Bjoern's avatar
    Bjoern
    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