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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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