power bi limitations

Niren Adhikary 96 Reputation points
2022-12-07T07:37:33.32+00:00

Hi,

For power bi report that involves a large data set how do we handle such operations given that power bi has a limitation of 1gb per report.

How we should expose or best approach for curated data to power bi example-dedicated pool, serverless pool or external views etc

Thanks

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
43,323 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2022-12-07T13:55:15.123+00:00

    Power Bi is not currently supported here on Q&A. The product group for Power Bi actively monitors questions over at
    https://community.powerbi.com/

    --please don't forget to upvote and 145510-image.png if the reply is helpful--

    0 comments No comments

  2. David Moñivas Saez 0 Reputation points
    2023-08-31T11:59:57.04+00:00

    In my case, after quite a bit of trial and error, I found that the most effective approach was to split the database tables across multiple databases (four in my situation). The larger ones, which we only refresh once a month, were separated from the relatively smaller ones that we refresh on a daily basis. What I did was create separate panels containing just the large data and then linked my main panel to them through the Data Pool, in Direct Query mode, with my data stored in my own Workspace of Power BI. This move significantly reduced the size of my panel from 0.99GB to a mere 5MB.

    To give you an idea, the largest database by itself was around 450MB, with a compression ratio (for CSV data) of 7:1. Limited to 1Gb, this essentially allowed us to nearly double the available data while taking up less space. Admittedly, it requires a bit more effort to keep everything up-to-date, but considering the budget constraints, I believe this approach offers the optimal solution.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.