Forum Discussion
RonaldvdH
4 years agoPost Patron
Columns with blank value
Goodday, I have a matrix with all types of materials and not all materials are used in every project. Basically i only want to show the colums (when i use the slicer) that have values > 0 I ...
- 4 years ago
Hi RonaldvdH ,
You need to unpivot the columns(you could create a copy table then do this) :
= Table.UnpivotOtherColumns(#"Changed Type", {"Hoofdproject", "AP gebied naam", "2V_DAC", "12V_MDAC", "24v_LTMC", "48V_LTMC", "96V_LTMC", "192V_LTMC", "LM_EDSA-D4-48", "Woningen", "14/10 connectoren", "Markers", "14/10 eind connectoren"}, "Attribute", "Value")Click Ctrl + the cloumn you want to use:
Then apply and create visual:
Refer:
Did I answer your question? Mark my post as a solution!
Best RegardsLucien
v-luwang-msft
4 years agoCommunity Support
Hi RonaldvdH ,
You could share me by a public link. And remember to remove confidential data.
Best Regards
Lucien
Anonymous
4 years agoNot applicable
Hi v-luwang-msft ,
i think i got a similiar problem. I'd like to color the empty cells red but it just won't do it.
It seems like it skips the empty cells or doesn't even recognize that they exist?
For example:
var _value = SELECTEDVALUE(table[value])
return IF(ISBLANK(_value), "red", "white")Help
Best Regards
Jakob