Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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 |
| Renovasi Mess | 52,01 | SS |
| 2 Unit Boiler | 0 | TSS |
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.
Solved! Go to Solution.
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.
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.
only shown when 1 value selected... if we selected mutiple value or nothing it should be 0
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |