How do you copy the powerpivot data into the excel workbook as a table?

前端 未结 3 1315
花落未央
花落未央 2021-01-12 17:22

I have data in powerpivot that I\'ve modified and I\'d like to place it into the workbook as a regular table (and not as a pivottable). I need this so that I can run use th

3条回答
  •  灰色年华
    2021-01-12 17:45

    Found a great solution over on Mr Excel (http://www.mrexcel.com/forum/power-bi/637919-extracting-static-data-powerpivot-without-pivot-tables.html)

    If you are trying to get a PowerPivot table into Excel, then you can simply query it. The easiest way to set that up is to first create any pivot table based on you PowerPivot data. Then double-click the measures area to drill-through. This creates a table with a connection to your PowerPivot model. Then edit the command text by going to: Data > Connections > Properties > Definition tab > Command Text.

    Change it to something like Code: EVALUATE Table1

提交回复
热议问题