Forum Discussion
MSiwek
Helper I
1 year agoMatrix 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
Super User
1 year agoAdded 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]))
)
)
)