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!