Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!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.
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.
I want that 2030 to show up in a card but I just can't get it right:
Thank you!
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
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
67 | |
42 | |
42 |
User | Count |
---|---|
46 | |
40 | |
28 | |
26 | |
25 |