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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
esuryahadi
Helper I
Helper I

Card Visual to show select

I have the following data,

Title RKProgressField
FPP FSA AGN68,48SS
FPP FSA SS62,35SS
Bridge SS4,61TSS
Submarine (UMHK) 11,32TSS
Workshop RAM Field90SS
Renovasi Mess 52,01SS
2 Unit Boiler0TSS

 

I want to display in a visual card only the respective progress values. When I select one of the Bridge SS examples, the value will appear as 4.61. If there is no choice, the value will appear as 0. I have difficulty with this because if there is no choice, the SUM amount from the progress column will appear.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

vrzhoumsft_0-1698396584616.png

vrzhoumsft_1-1698396601128.png

 

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.

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

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.

vrzhoumsft_0-1698396584616.png

vrzhoumsft_1-1698396601128.png

 

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.

 

only shown when 1 value selected... if we selected mutiple value or  nothing it should be 0

 

Anuja_Chaudhari_0-1706547597163.png

 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.