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:
- 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.
- 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.
- 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.