Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Section header (from column value) in Power BI

Hi, I have requirement to create sectional header (for region which is dynamic as per column value in the table) like below. Is it possible to achieve this ?

 

Data: 

CountryRegionCityMetrics
USAEastBoston0.95
USAEastMalden0.66
USAEastNorth Brunswick0.71
USAWestVegas0.60
USAWestReno0.12

 

Output required:

 

CountryEastMetrics
USABoston0.95
 Malden0.66
 North Brunswick0.71
 WestMetrics
 Vegas0.60
 Reno0.12

 

Thanks,

PJ

  • Perhaps not in that exact way. I would use a Matrix visualization setup like this:

     

    Rows: Country, Region, City

    Values: Metrics

     

    Go into the format painter and turn off Stepped...

2 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    Perhaps not in that exact way. I would use a Matrix visualization setup like this:

     

    Rows: Country, Region, City

    Values: Metrics

     

    Go into the format painter and turn off Stepped...

    • Anonymous's avatar
      Anonymous
      Not applicable

      Yes, Greg. I was using that approach as alternative in current dashboard. I was trying to achieve in that exact way. Thanks Grag