Forum Discussion

ReinBI's avatar
ReinBI
New Member
6 years ago
Solved

Getting started: Verify if Data (table) is compatible for Power Query/BI

Hi, I have quite a big data set (I think at least) from which I want to make visualisation to share with other. I have had a intro/dummy course in Power BI but in this we used realtive more straight...
  • v-diye-msft's avatar
    6 years ago

    Hi ReinBI 

     

    You might refer to the official document for Datasource limitation when using the power bi:

    https://docs.microsoft.com/en-us/power-bi/connect-data/service-get-data 

    • Dataset size limit - There's a 1-GB limit for datasets stored in Shared capacities in the Power BI service. If you need larger datasets, you can use Power BI Premium.

    • Distinct values in a column - When caching data in a Power BI dataset (sometimes called 'Import' mode), there is a 1,999,999,997 limit on the number of distinct values that can be stored in a column.

    • Row limit - When using DirectQuery, Power BI imposes a limit on the query results that are sent to your underlying data source. If the query sent to the data source returns more than one million rows, you see an error and the query fails. Your underlying data can still contain more than one million rows. You're unlikely to run into this limit as most reports aggregate the data into smaller sets of results.

    • Column limit - The maximum number of columns allowed in a dataset, across all tables in the dataset, is 16,000 columns. This limit applies to the Power BI service and to datasets used in Power BI Desktop. Power BI tracks the number of columns and tables in the dataset in this way, which means the maximum number of columns is 16,000 minus one for each table in the dataset.

    If not help, kindly elaborate more on your requirement.