Forum Discussion
Z7-852
10 years agoHelper I
Custom name legend
I have data with following columns: Product1.FaultA, Product1.FaultB, Product2.FaultA, Product2.FaultB etc. I want to draw two pie charts (one for product 1 and one for 2) that tell how many fau...
- 10 years ago
Your scenario is still confusing me. Maybe you're looking for something as below?
- Unpivot the table.
- Split the Product column by dot.
- Rename the column properly.
In report window, to avoid confusion, instead of individual pie charts, use one chart with slicer. Create a measure Product Indicator and show it in a Card visual.
Product Indicator = IF(ISFILTERED('Table'[Product]),LASTNONBLANK('Table'[Product],""),"all product")Check more details in a
preve05
8 years agoFrequent Visitor
I too have a similar requirement for customizing the Legend labels. I am using a filter on a measure in a clustered bar chart and I cannot afford to change the column name because it is being used in other charts. This is an important UI requirement. Please provide fix for this.
- akshaybogar8 years agoFrequent Visitor
I too have same issue, we need to change the legend name based on the data loads. It should bind it to column data.