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
parry2k
Super User
6 years agoAnonymous can you share wht measure you have on bar chart and how does your relationship looks like. Without knowing the model it is very hard to provide the solution.
Anonymous
6 years agoNot applicable
Thanks for answering me, you were right the problem was indeed in the way I calculate my measure, you helped me to find where I went wrong. You're the man