Forum Discussion
Krzysiek
8 years agoNew Member
Grouping 1 value into 2 groups
Hi! I have a table like 1., I know how to do 2. and I would like to do something like 3. Could you help me? I have no clue how to do it. For example, I want to count rows with A - the result shou...
v-jiascu-msft
8 years agoMicrosoft Employee
Hi Krzysiek,
How about expanding them like the snapshot? You can choose both of them with "CTRL".
Best Regards,
Dale
Anonymous
8 years agoNot applicable
On the lines of what v-jiascu-msft suggested, you don't need to modify your original table to split the multi valued column into 2 rows.
Instead, you can create a new separate table which will have just 2 columns - City and Big City.
Then make a relation between this new table and your own table. You can use the slicer with the field from this new table.
Hope it helps
Regards