Power BI JSON file 1000 row limit

A K 45 Reputation points
2024-10-09T10:25:38.43+00:00

Hi all,

I am facing issues with Power BI only pulling in 1000 rows.

I have exported JSON data into azure data lake storage gen 2, which then our business analyst was able to pull in the files and create separate tables in a pbix file.

jsondata

1000 rows The issue he has now come across is that it will only pull in 1000 rows for any table and we have not found a work around for it.

Any tips or feedback would be greatly appreciated.

Thank you in advance!

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,559 questions
{count} votes

Accepted answer
  1. Hari Babu Vattepally 3,270 Reputation points Microsoft External Staff Moderator
    2024-10-09T11:42:34.77+00:00

    Hi @A K,

    Greeting! Thanks for reaching out to Microsoft Q&A.

    It looks like you are encountering the issue with the 1000 row limit when working with JSON files in Power BI. This is a common challenge due to the design and payload size of JSON files. Here are some insights and potential solutions:

    1. Payload Volume: The issue often arises because the JSON file has a large payload, making it difficult to profile and expand columns beyond 1000 rows.
    2. Recommended Solutions:
      • Use Mashup: This involves using Power Query to transform and combine data from multiple sources, which can help manage large JSON files.
      • Change Format to JSON Lines: JSON Lines format can be more efficient for processing large datasets as each line is a valid JSON object.
      • Convert JSON to CSV: Converting the JSON file to a CSV format can make it easier to handle and profile in Power BI.
    3. Profiling Subset of Data: When profiling data, it's essential to view a subset to ensure the data is correct before processing. This can help manage large payloads more effectively.

    Hope it helps!

    If you have any specific questions or need further assistance, feel free to ask!

    Please 'Upvote (thumps up)' if it helped, so that it can help others in the community looking for help on similar topics.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.