Forum Discussion

Rigoleto's avatar
Rigoleto
Helper II
8 years ago
Solved

Update a Matrix column with a difference value

I need to update a matrix column with a variable value, as the screen shot showns, the column 1 has "Sales week 8", column 2 has "Sales week 9", notice that the last character has changes, Is there a way using ADX to change the column description, it will be the same column with the last charcter, in this sample is 9 but, it will be 10,11,12(This numbers represents month)

 

 

  • What I can think of is to use a measure that returns a value only if the value in a column is equal to the current month. By default, Power BI hides rows/columns with blank values.

     

    PS: If you want to get better answers, please post an importable dummy data (not an image)  that represents the structure of your table. 

1 Reply

  • What I can think of is to use a measure that returns a value only if the value in a column is equal to the current month. By default, Power BI hides rows/columns with blank values.

     

    PS: If you want to get better answers, please post an importable dummy data (not an image)  that represents the structure of your table.