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 the sum of the values ββfor the IValue column when the columns are collapsed. Unfortunately, after collapsing the columns, the sums for the columns appear and I don't want that. I have used the HASONEVALUEe function as below but the sum still appears.
IF(HASONEVALUE(Table_Name[Year]), Table_Name[Value], BLANK())
I have exactly the same but Year, Month and Day are text type: