Forum Discussion
replace numbers to yes and No
- 5 years ago
Hi Anonymous ,
Try to select "ID" column and unpivot other column.
Then create a measure and show it in matrix visual.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Column names will be changing every month. In below repsonse how i use this ( is it a measure or Conditional column)
if number = 0 then no else yes
I think the best way without complicated formulas it's gonna be:
on power query select the id column (my guess is that's not gonna change) then select the option change other columns to lines, it's gonna create 2 columns, one with the type (name of the column) and other with the value.
then you can create a conditional column with the formula.
srry for language mistakes, it's not my first language.