Forum Discussion

jokrra89's avatar
jokrra89
Frequent Visitor
1 year ago
Solved

Edit and preserve column headers in connected table

Hi, I have an issue with changing column headers in a table in Excel. after reading this Design refreshable reports in Excel with Power BI data - Power BI | Microsoft Learn I found this to be ...
  • lbendlin's avatar
    lbendlin
    1 year ago

    You need to distinguish between two scenarios

     

    #1  Run a DAX query against a semantic model.  For that you connect to "Power BI Semantic Model".  You won't be able to change/remove the table names

    #2 Import data from a SSAS cube ("Analysis Services Database"), by specifying the same DAX query.  This will result in a Power Query connection where you can then add steps to remove the table names and do other manipulations.