Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Create pivot table based on Power BI dataset

Hi,   Please can you tell me how to create a pivot table (or power pivot table?) based on a Power BI dataset?   Or is there a way to export the mapped dataset as a flat file?   Thanks,   CM
  • Anonymous's avatar
    Anonymous
    9 years ago

    Anonymous

    Did you use "Analyse in Excel" option as I've proposed?

    If so - then Pivot should work.

    You can only drag a Measure to the Values section - so create a measure, for instance:

    In your FactTable there's a "Sales" column that contains the sales amount.

    First make sure it is Decimal, then add a new Measure:

    TotSales = SUM(FactTable[Sales])

    That's it.

    Now you can drag "TotSales" into the Values section.

    It should work

    Michael