Forum Discussion
Anonymous
6 years agoNot applicable
Slicing and change the visualization data
Hello Everybody, I have a problem, where I can't change the visualization when I filter, for example this is my Visualization without filtering through Material Type as seen in the images under ...
- 6 years ago
Hi Anonymous ,
You could check whether the measure involved in visualization uses the “ALL” function
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years ago
Hi V-lianl-msft,
I forgot to use filter in my calculate. I was doing like this:
CT 1502 = CALCULATE(DIVIDE( SUM('DadosGNxVAZÃOxMV'[Consumo]);SUM('DadosGNxVAZÃOxMV'[Produção]);0);Filter('DadosGNxVAZÃOxMV'[Tipo]="Buna SE 1502")but with your commentary I realized I should do as followCT 1502 = CALCULATE(DIVIDE( SUM('DadosGNxVAZÃOxMV'[Consumo]);SUM('DadosGNxVAZÃOxMV'[Produção]);0);Filter('DadosGNxVAZÃOxMV';'DadosGNxVAZÃOxMV'[Tipo]="Buna SE 1502"))Thanks for the support
V-lianl-msft
Community Support
6 years agoHi Anonymous ,
You could check whether the measure involved in visualization uses the “ALL” function
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.