Forum Discussion

VictorMenezes's avatar
VictorMenezes
New Member
3 years ago
Solved

How to work with an already summarized data set?

Hi there! I have a data set that is an output from our SQL tables that is already summarized. Table structure looks like this:

 

ClientActivity AActivity BActivity C
A34,00012,00010,000
B2,0005,0001,000
C15,0003,000

5,000

 

I already went to the columns and disabled summarize at the column but every visual I build is trying to summarize the column (which is giving me the total activity across client) where I'm trying to display the individual values (in cell B2,C2,D2) when looking at that row.

 

Below is how I have it setup in Excel, and I have a filter that looks at the activitgy by Client or aggregates by client or segment.

 

Happy to answer any questions!

 

  • Mkarwa-123's avatar
    Mkarwa-123
    3 years ago

    VictorMenezes yes, I understand. This is your data.

    After unpivot it will look lie same as your excel data. You can easily replicate that in power BI

     



4 Replies

    • VictorMenezes's avatar
      VictorMenezes
      New Member

      Hey Mkarwa-123 - the underlying data set is already summarized. The pivot/chart in Excel is just showing the visual output I'm trying to replicate in PowerBI.

      • Mkarwa-123's avatar
        Mkarwa-123
        Icon for Resolver II rankResolver II

        VictorMenezes yes, I understand. This is your data.

        After unpivot it will look lie same as your excel data. You can easily replicate that in power BI