Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Couldn't load data for this visual

I am receiving the below error which scrolling down a table in Power BI Desktop & Service both. I am using Snowflake as a Direct Query Mode. I am using latest version of Power BI Desktop 2.131...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi Anonymous ,
    Thanks for Uzi2019 reply.
    Based on your description and the provided error screenshot, this issue is due to the fact that when you are using Direct query mode it is the amount of data that exceeds the maximum capacity of a one-time query. Here is a detailed explanation:

     -For 500 rows or less, there is no limit to the number of columns.
    For more than 500 rows, the number of columns must be 125 or less.
    For table or matrix visualizations, there's a 125-column limit for results that return more than 500 rows from DirectQuery sources. These results display a scroll bar in the table or matrix that lets you fetch more data. In that situation, the maximum number of columns in the table or matrix is 125. If you must include more than 125 columns in a single table or matrix, consider creating measures that use MIN, MAX, FIRST, or LAST, because they don't count against this maximum.
    Values: Virtualization (data windowing) by using Window of 500 rows at a time.

    Best regards,
    Albert He


    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly