Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Indexing on SQL Server

Hi there,

 

Do I need to create index on SQL server database tables when I pull data into power BI desktop?

Or Power BI will handle that.

What abount direct query against sql server do I need to create index on the tables?

 

P.S. I'm using non clustered column store index on all my tables

 

Thanks,

Oded Dror

  • Anonymous's avatar
    Anonymous
    7 years ago

    Jimmy,

     

    Thank you

     

    Ed Dror

     

6 Replies

  • v-yuta-msft's avatar
    v-yuta-msft
    Community Support

    Hi odeddror,

     

    If you connect to your sql server instance using import mode, you can add an additional index column in power query, click Query Editors-> Add Columns-> Index Column. If using direct query/live connection mode, you should create index column in your database because power bi doesn't allow users to create any custom columns in power query or calculate columns in DAX in direct query/live connection mode.

     

    Regards,

    Jimmy Tao

    • Anonymous's avatar
      Anonymous
      Not applicable

      Jimmy,

       

      Thank you for the explanation, my question was should I create an index in SQL Server or not?

      Is Power BI its own machanism to handle that?

       

      Thanks

      • v-yuta-msft's avatar
        v-yuta-msft
        Community Support

        Anonymous,

         


        Thank you for the explanation, my question was should I create an index in SQL Server or not?

         


         

        That's based on your requirement. For example, if you need to achieve some result in some measures based off the relationships between up and down rows, you can create an index column.

         


        Is Power BI its own machanism to handle that?

         


        Yes, like SQL script in SQL Server, you can also wirte Power Query or DAX function to use the index column.

         

        Regards,

        Jimmy Tao

    • Anonymous's avatar
      Anonymous
      Not applicable

      Jimmy,

       

      Thank you

       

      Ed Dror