Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I need to extract and store value in measure and use it for further calculations. That value appears when I press on visual B, and it filters visual A, so I need value from visual A which appears after selecting visual B. How to implement this? I tried use selectedmeasure function in dax but not helped.
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?
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHere is scenario, click on the one visual, filtering another
Before selecting:
So I need find percentage, like for example, 4245/10625*100. Is possible?
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.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsI have tried this but it calculates of grand total not total per range. So it is wrong. I need percentage
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.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsJoin the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.