Forum Discussion
How can I Create multiple columns selection in Power BI
I don't quite understand what you're asking. Can you illustrate or link to an example that behaves the way you're describing?
Hi AlexisOlson ,
Sorry for late reply.
Here's an sample, suppose we have these three column in the data like this
I wan to provide user the flexibility to switch between CUSTOMER_LEVEL_1,2,3 from a single slicer like this without unpivoting the data as I've multiple columns and measure in the orignial data and in some charts we're using these column individually.
Hope that I was able to explain, let me know if these are enough to provide some kind of solution.
- AlexisOlson4 years ago
Super User
You can create a parameter table with the column names that you want to choose between to use as a slicer and then define a switching measure that reads the slicer selection and outputs different results based on different selections.
I can't tell if this resolves your particular use case or not.
- Anonymous4 years agoNot applicable
We can't create parameter for Text data type in power bi
- AlexisOlson4 years ago
Super User
That's unfortunate. Why not?