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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
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.