Forum Discussion
Anonymous
5 years agoNot applicable
SWITCH function to present one value in whole row
I have SWITCH function like below....
I have function to return EBITA value in case group category is Admin
It works well
Currently the value is assigned to my matrix only in column with name category = Admin .
I would like to assign the same value for other columns with different names.
I would be happy for your resply with info what is the logic behind.
THX!
4 Replies
- SivaMani
Resident Rockstar
Anonymous, Can you share the expected output screenshot?
- AnonymousNot applicable
Below you can find expected outcome
value from admin column should be presented in other columns too (the places with red dot)
- SivaMani
Resident Rockstar
Anonymous, Try this,
Instead of ADMIN_step2_cost centers[Group ] = "ADMIN"
Filter( ALL(ADMIN_step2_cost centers[Group ]),ADMIN_step2_cost centers[Group ] = "ADMIN")