Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
clozanosevilla
Frequent Visitor

Get value from card to use in other card

Good morning everyone,

 

Currently, I have a series of data segmenters and two cards. These cards change value when the data segmenters values are changed.

I need a third card that divides the values of card 1 and 2. Is this possible with DAX? Is there any way to filter in DAX using the value of the filtered columns?

3 REPLIES 3
clozanosevilla
Frequent Visitor

The problem is that the value of card 1 and 2 depend on several selector values. Each value is averaged.

I need, once these values have been calculated, to extract the data from each card and use it in a third one. The value of card 1 and 2 is not registered anywhere as a value.

Anonymous
Not applicable

Hi @clozanosevilla ,

 

The most common case is to get the value in the slicer via selectedvalue() and then do a calculation to change the value in the other cards.

SELECTEDVALUE function - DAX | Microsoft Learn

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

some_bih
Super User
Super User

Hi @clozanosevilla if you are using measure in card it is possible in third card to be like

Card 3 measure = Card 1 measure / (divide sign) Card 2 measure

For some other scenario, there is no addinal details from your side.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!






Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.