0

Is it possible to create a derived table in PowerPivot from a DAX query? For example, the SUMMARIZE function returns a table. But, I haven't found a way to create a table based upon the value returned by this function.

Jason
  • 562
  • 2
  • 5
  • 13

2 Answers2

2

If you have Excel 2013 it is possible though not as easy as the calculated tables @greggyb refers to. This article explains how: http://www.sqlbi.com/articles/linkback-tables-in-powerpivot-for-excel-2013

GregGalloway
  • 11,355
  • 3
  • 16
  • 47
  • Okay, I'm familiar with this workaround. Thank you for confirming it isn't directly supported. – Jason Jan 19 '16 at 16:09
1

Currently the only product that allows calculated tables is Power BI Desktop. Power Pivot for Excel 2016 will likely get this in an update at some point. I can't speak to Power Pivot for previous versions of Excel.

greggyb
  • 3,728
  • 1
  • 11
  • 32