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 where are your rows?
bjurek
3 years agoHelper I
Sometimes i need colaps Month=1 and i dont want show sum of value for Month=1. Can you do it ?
- mlsx43 years agoMemorable Member
If you write a "", it will keep the value visible:
- bjurek3 years agoHelper I
Columns which i grouping are: Year, Month, Day.
Value column is: Value
Table with Year,Month,Day nad Value is Table_Name.
Maybe I make some wrong with name of columns or table. I dont know 😞- mlsx43 years agoMemorable Member
But if you do this, doesn't it work?
sumSc = SWITCH( TRUE(), ISINSCOPE('Table'[Day]),SUM('Table'[IndeksVisible]), "" )