Forum Discussion
Analitika
Post Prodigy
3 years agoMeasure doesn't affect visual in Power BI
Hi, I would like to ask how make measure which could filter visual in Power BI. Here my created measure: Skolu kontrole_pozymis_apyvartumas =
if(
(ABS([Pabaigos likutis, eur])...
Analitika
Post Prodigy
3 years agoHi,
I would like to ask how to filter data in Power BI in visual that columns containing 0 will be removed. I tried to use in filter pane, that measure is not 0. But unfortunatelly it didn't filter it and some rows with 0 values remained. So how I could implement this in Power BI? Seems filter not responding to condition.