Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi @Anonymous
Please try
Wartoลฤ tool tip =
VAR Result =
CALCULATE (
SUM ( Dane_agr[wartosc_val] ),
Nazwy_OP[Nazwa_PBI]
IN {
"Kompletacja udziaล godzin",
"Operatorzy udziaล godzin",
"Zaลadunek udziaล godzin",
"Przyjฤcia udziaล godzin",
"Kompl. (jedn. wyd./h)",
"Operatorzy g/d",
"Przyjฤcia (pal/h )",
"Zaลadunek ( pal/h )"
}
)
RETURN
IF (
CONTAINSSTRING ( SELECTEDVALUE ( Nazwy_OP[Nazwa_PBI] ), "udziaล" ),
FORMAT ( Result, "Percent" ),
Result
)
Thank you a lot i dont see any error
but still don't see %
@Anonymous
Make sure you are using the correct column inside SELECTEDVALUE
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!