Forum Discussion
riccardoprade93
3 years agoHelper I
Filter Column in PowerBI Matrix visual by Measure filter
Hi guys, it seems something relativtly basic in my brain, you can filter rows without a problem by using the filter pane and a measure, but I was not able to filter the column by a measure, simp...
amitchandak
3 years agoSuper User
riccardoprade93 , Based on what I got try like
IF (
PF2 = "Actuals 2022" || PF2 = "Budget 23 R3" || PF2 = "Base Fcst WD7" || PF2 = "Consensus Lag0" || PF2 = "Next 12M" || PF2 = "Previous CNS",
BLANK(),
Cur1 - Pas1
)