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
by_tiago
New Member

Need same information

Hello everyone! I’m in need of some help. Currently, I’m trying to create a card using the new visual in Power BI, the “New Card”. However, I’m facing a problem: the information displayed on the card is different from what is in the table.

For example, in the table, it shows that the MH-01 process is associated with IT. However, in the card visual, ED appears. From what I could perceive, the visual is taking the first piece of information and adding it to the card. However, I need the information on the card to be exactly the same as in the table.

Below is a screenshot to better illustrate the situation. I appreciate any help in advance!Capturar1.JPGCapturar2.JPG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @by_tiago 

 

@amitchandak Thank you very much for your prompt reply, please allow me to share some content here.

 

As the @amitchandak  says, the first card does not affect the second card.

 

They show the first value of each card.

 

In the "operador" column, the first value is "Ed" in alphabetical order.

 

Creating a slicer is a good way to do this. It dynamically displays the data you want to display.

 

vnuocmsft_1-1719383408675.png

 

If you just want to display the first data statically, you can choose to create a measure.

 

Measure Operador = 
CALCULATE(
    SELECTEDVALUE('Table'[operador]), 
    FILTER(
        'Table', 
        'Table'[processos] = "MH-01"
    )
)

 

Here is the result.

 

vnuocmsft_0-1719382940880.png

 

Regards,

Nono Chen

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

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @by_tiago 

 

@amitchandak Thank you very much for your prompt reply, please allow me to share some content here.

 

As the @amitchandak  says, the first card does not affect the second card.

 

They show the first value of each card.

 

In the "operador" column, the first value is "Ed" in alphabetical order.

 

Creating a slicer is a good way to do this. It dynamically displays the data you want to display.

 

vnuocmsft_1-1719383408675.png

 

If you just want to display the first data statically, you can choose to create a measure.

 

Measure Operador = 
CALCULATE(
    SELECTEDVALUE('Table'[operador]), 
    FILTER(
        'Table', 
        'Table'[processos] = "MH-01"
    )
)

 

Here is the result.

 

vnuocmsft_0-1719382940880.png

 

Regards,

Nono Chen

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

 

amitchandak
Super User
Super User

@by_tiago , if they are columns, a card will take the first value, unless there is a filter via another visual or slicer to give you the exact value. First card visual will not filter second one

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

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.