Forum Discussion

lvbwang's avatar
lvbwang
New Member
6 years ago
Solved

Tornado chart data label

My power bi connects to Azure AS model. The measure is formatted as whole number with thousand separator in the model. When i use this measure with tornado chart, the data label format is not inherited from the model. Since it's a live conneting to AS model, i can't change the measure format inside the power bi desktop. Any workaround?

Also, it there any way to be able to interact with other visuals by clicking on the lengend or the group on this chart?

 

Thanks,

Wenchi Wang

  • Anonymous's avatar
    Anonymous
    6 years ago

    lvbwang 

    1. You could create another measure with Format() function, something like the following,  Please refer to Pre-Defined Numeric Formats.

     

    New measure = Format(Measure,"Currency")

     

    2. You should able to click on the legend label to interact with others visuals.

    Paul Zheng _ Community Support Team
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    lvbwang 

    1. You could create another measure with Format() function, something like the following,  Please refer to Pre-Defined Numeric Formats.

     

    New measure = Format(Measure,"Currency")

     

    2. You should able to click on the legend label to interact with others visuals.

    Paul Zheng _ Community Support Team
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.