Forum Discussion

Giada90's avatar
Giada90
Helper IV
1 year ago
Solved

multiple column in pie chart legend

Hi,

is it possible to have multiple column in pie chart legend? I see only option for one column

thanks

  • Thanks for the clarification, then power bi does not support multi-column legends out of the box.

    only supports a vertical or horizontal layout with a single column or row.

     

    or you can try with custom 2-column legend with a table visual or via Deneb custom chart.

     

    Hope this helps

4 Replies

  • Hi Giada90  - you can create a new column that combines the fields you want. For example, if you want both Customer ID and Region

    eg: Combined Legend = 'Table'[Customer ID] & " - " & 'Table'[Region]

     

    use the above column in your legand.

     

    Hope this helps. try and let me know.

    • Giada90's avatar
      Giada90
      Helper IV

      rajendraongole1 hi, what I mean is another thing, I mean two column for a legend, not two field to concatenate, if I have a lot of option in the legend I don't want to see the arrow but I want to see the options in two or more column

       
      • rajendraongole1's avatar
        rajendraongole1
        Super User

        Thanks for the clarification, then power bi does not support multi-column legends out of the box.

        only supports a vertical or horizontal layout with a single column or row.

         

        or you can try with custom 2-column legend with a table visual or via Deneb custom chart.

         

        Hope this helps