Forum Discussion
Using Visual Slicers in calculations
Hi,
Is there a way to 'use' visual slicers to update the value in created measures on the fly?
For example, I have created a table using the following DAX:
Anonymous not sure if I understood the question but you can simply create measure and use these selected values in the slicers:
Calculated value Measure = SELECTEDVALUE(Deductible[Value]) + SELECTEDVALUE(Copay[Value]) + SELECTEDVALUE(Coinsurance[Value])Check my latest blog post Comparing Selected Client With Other Top N Clients | PeryTUS I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
1 Reply
- parry2kSuper User
Anonymous not sure if I understood the question but you can simply create measure and use these selected values in the slicers:
Calculated value Measure = SELECTEDVALUE(Deductible[Value]) + SELECTEDVALUE(Copay[Value]) + SELECTEDVALUE(Coinsurance[Value])Check my latest blog post Comparing Selected Client With Other Top N Clients | PeryTUS I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡