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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
admtb20
Frequent Visitor

Turn table recount into card visual

Hello, I need help with this visual. I have table filtered by certain criteria (using columns and measures) and I want to turn the total recount into a card. 

 

admtb20_1-1688127475870.png

 

I want that 2030 to show up in a card but I just can't get it right:

 

admtb20_2-1688127560961.png

Thank you!

 

 

 

1 REPLY 1
v-yueyunzh-msft
Community Support
Community Support

Hi, @admtb20 

According to your description, you want to show the total in your table visual to a card visual . And for the image , you use the "Filter on this visual " on the table visual .

For this , you need to create another measure based on the measure in table visual.

Measure=var _t = CALCULATETABLE(VALUES('Table'[N° Cliente]),  'Table'[[CL] Visltas]=1 , 'Table'[CL Facturacion]<=500 , 'Table'[Meses desde]>=24  )
var _t2 = ADDCOLUMNS(_t,"measure" , [Recuento de Suma Clientes])
return
SUMX(_t2,[measure])

You can try to modify the Table name and column names in your side .

 

If this method does not meet your needs, you can provide us with your special sample data in the form of tables, so that we can better help you solve the problem. (You can also upload you sample .pbix [without sensitive data] to the OneDrive and share with the OneDrive link to me ! )

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

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

 

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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