Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
HI
I have a slicer and want to use selected value to a card measure multiplication.
My card value will be measure = slicer selected value * qty member * 5
Is that possible?
My slicers values are on table "PROPOSTA'".
Thanks for help.
Solved! Go to Solution.
Hi @AleMacedo ,
G1VALUE = CALCULATE( SELECTEDVALUE(PROPOSTA1[RECEBIMENTO MÉDIO PROPOSTO PROPOSTO])*MAX(PROPOSTA1[Total Recebimentos])*5 , FILTER(PROPOSTA1 , PROPOSTA1[GRUPO] = "GRUPO 1 - ATÉ 39 ANOS")
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
HI @AleMacedo ,
Use the following measure
hi
It did work great for me like this:
But I need todo it with filter in 'PROPOSTA1[GRUPO] with"GRUPO 1 - ATÉ 39 ANOS".
Is that possible to add this filter to formula?
thanks a lot for help.
Hi @AleMacedo ,
G1VALUE = CALCULATE( SELECTEDVALUE(PROPOSTA1[RECEBIMENTO MÉDIO PROPOSTO PROPOSTO])*MAX(PROPOSTA1[Total Recebimentos])*5 , FILTER(PROPOSTA1 , PROPOSTA1[GRUPO] = "GRUPO 1 - ATÉ 39 ANOS")
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Perfect!! Thank you!!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |