Forum Discussion

Amyries's avatar
Amyries
Icon for Helper I rankHelper I
1 year ago

Pivot table in Power BI

Hello, 

I am trying to create a pivot table-like structure in Power BI. I currently have the output prepared in Excel and now need to replicate or implement it in Power BI.

Could anyone guide me on how to approach this?

My data look like this: 

And here is my expected output:

As a newcomer to Power BI, I would greatly appreciate your assistance. Thank you!

7 Replies

  • Inforiver has a pretty good custom matrix visual that might be able to replicate this but it comes with a subscription based on the number of users. This is possible with the native matrix viz up to a certain extent so certainly it can't look like that.

  • Hi Amyries 

     

    Could you pls share your data in the form of editable text/upload csv file, not in the image. So we'll try to help you

    • Amyries's avatar
      Amyries
      Icon for Helper I rankHelper I

      Sorry, I can't attach any file to this post, I probably don't have permission. 

      But my data is like the photo above, I capture it. It's in Excel

       

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi, Amyries 

     

    Measure can't be put into the rows of a matrix, and this is the best way to display them.

     

    Sum = SUM('Table'[Price])
    Amount = COUNT('Table'[VOUCHE])

     

    Does this solve your problem?

     

    Best Regards,

    Community Support Team _Charlotte

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • Amyries's avatar
      Amyries
      Icon for Helper I rankHelper I

      Thank you for the great solution, but my requirement is still displayed as the expectation above