Forum Discussion
MSiwek
1 year agoHelper I
Matrix in PowerBi shows same values for each row
Hi All, I have a problem with connections/measure because my simple measure shows same value for each row. I'm using "Nazwa grupy" from "Zmiany" Date from "Kalendarz" and my measure is in values: ...
Deku
1 year agoSuper User
Added keepfilters to intersect the current a calculated filter contexts.
Ilość serwisów = COUNTROWS(
Keepfilters(
FILTER(
SAX,
(SAX[SVCDATECREATED].[Rok] = 2024 || SAX[SVCDATECREATED].[Rok] = 2025) &&
NOT(ISBLANK(SAX[SERVICE]))
)
)
)