Forum Discussion

esuryahadi's avatar
esuryahadi
Helper I
2 years ago
Solved

Card Visual to show select

I have the following data, Title RK Progress Field FPP FSA AGN 68,48 SS FPP FSA SS 62,35 SS Bridge SS 4,61 TSS Submarine (UMHK)  11,32 TSS Workshop RAM Field 90 SS R...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi esuryahadi ,

     

    Please try code as below.

    Only show value when selected =
    IF ( ISFILTERED ( 'Table'[Title RK] ), SUM ( 'Table'[Progress] ), 0 )

    Result is as below.

     

    Best Regards,
    Rico Zhou

     

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