Forum Discussion
krypto6969
Helper II
9 years agoHow to split out same column into two slicers (with pic)
HI, I have a value in my query called input user. Some of these users are internal and some are external. They are stored together in the database. In power BI im trying to figure out ho...
Phil_Seamark
Microsoft Employee
9 years agoMaybe try adding the column twice to your query.
The SQL might look like SELECT inputuser AS ExternalUser, inputuser AS InternalUser ........
Then you can two columns in your table that you can link to individual slicers.