Forum Discussion
Power BI Matrix
- 5 months ago
Hi MEJE
In Power Query you can click on one of the values and replace them with the other. Which one to retain is up to you.
You can do the same for any other values. However, if you expect for new values to have a similar case in the future, you can try replace "/ " with "/" assuming that there won't be another "/" somewhere else in the text.
Usually two options,
1. In Power Query, Right-click column, Replace Values 'Application/ Processing' with Application/Processing
Column =
TRIM([Category]),
"/ ",
"/"
)
Then use new Column in your matrix instead.
- MEJE5 months agoNew Member
Thank you for your response. This does not seem to work for me but I will try again to see if I am missing something.
- MasonMA5 months agoSuper User
would you mind sharing a couple of screenshots showing where you get stuck?
- MEJE5 months agoNew Member
This is what I have. I'm going to reach out to my help desk here to see if they can assist. I'm taking over ownership of this from someone else so I don't know how they did certain things.