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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
clauvera
Regular Visitor

Put a value from a table visualization in a card visualization

Hi,

I'm new in the Power BI world, so I need your help, I have a table visualization, but I would like to extract a value from there and put it in a card visualization. 

 

For example: 

 

I have this table in my dashboard, but I want to display just "PMO" in a Card Visualization. 

23-05-2018 17-16-48.jpg

And it must be interactive because I have filters in the dashboard. 

 

 


23-05-2018 17-16-48.jpg

 

 

I hope to make myself understood, thank you very much.

 

Regards,

Claudia

5 REPLIES 5
Ashish_Mathur
Super User
Super User

Hi,

 

What result do you get when you use this measure

 

=FIRSTNONBLANK(Data[Gerencia Nacional],[HORAS T1])

 

or

 

=LASTNONBLANK(Data[Gerencia Nacional],[HORAS T1])

 

I have assumed that HORAS T1 is a measure


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Thanks, I haven´t use this because I don´t know the name of the column.  The table shown is a visualization, so it is not a table defined in data.

The solution to this is to create the table, but I dont want to because I need that this table  interact with the data segmentation included in the dashboard.

 

Hope you can help me! Smiley Happy

 

Regards

 

 

 

 

Hi,

 

Share the link from where i can download your PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi,

 

you can download the PBI from this direction.

 

https://www.dropbox.com/sh/8alrnjx588em5fr/AAA10O4Qo22W19aENaN6XqFCa?dl=0

 

Thanks.

@clauvera

 

Hi, try with this:

 

Medida2 =
VAR SummarizeTable =
    SUMMARIZE (
        BASE;
        BASE[GERENCIA NACIONAL BENEFICIARIA];
        "Horas"; SUM ( BASE[HORAS TI] )
    )
VAR Top1 =
    CALCULATE (
        VALUES ( BASE[GERENCIA NACIONAL BENEFICIARIA] );
        TOPN ( 1; SummarizeTable; [Horas]; DESC )
    )
RETURN
    Top1



Lima - Peru

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.