Forum Discussion

admtb20's avatar
admtb20
Frequent Visitor
3 years ago

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. 

 

 

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

 

Thank you!

 

 

 

1 Reply

  • 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