Forum Discussion
bjurek
3 years agoHelper I
HASONEVALUE problem
in the Power BI Dekstop program, I have 4 columns that I place in the matrix visualization. I put Year column, Month column and Day column in rows and Value column in values. Would like to not show...
- 3 years ago
I have exactly the same but Year, Month and Day are text type:
mlsx4
3 years agoMemorable Member
But if you do this, doesn't it work?
sumSc = SWITCH(
TRUE(),
ISINSCOPE('Table'[Day]),SUM('Table'[IndeksVisible]),
""
)