Forum Discussion
How get value after selecting one visual?
Hi Analitika ,
This depens on how you model is created and on how the values from the two visuals you have selected and how they interact.
Can you givce a little more context on the result you want to achieve and the way the model and visuals are setup?
Here is scenario, click on the one visual, filtering another
Before selecting:
So I need find percentage, like for example, 4245/10625*100. Is possible?
- MFelix2 years agoSuper User
Hi Analitika ,
You need to create something similar to:
% measure = DIVIDE( [Measure], CALCULATE([Measure], ALLSELECTED(Table[Column]))The column you should refer is the one that you use for the intervals.
- Analitika2 years agoPost Prodigy
I have tried this but it calculates of grand total not total per range. So it is wrong. I need percentage
- MFelix2 years agoSuper User
Can you please share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.
If the information is sensitive please share it trough private message.