Forum Discussion
Pikachu-Power
Impactful Individual
5 years agomultiple information in one cell
Hello, i need some idea how to handle multiple information in one cell 🙂 I have the follwing table and want to see the final result: I need a Filter with the group entries and dynam...
- Anonymous5 years ago
Hi Pikachu-Power ,
You could create a table contains the split groups and use it as slicer.
Then create a measure as below and filter the blank rows.
Measure = IF(CONTAINSSTRING(SELECTEDVALUE('Table'[group]),SELECTEDVALUE(slicer[group])),SELECTEDVALUE(slicer[group]),BLANK())Best Regards,
Jay
amitchandak
Super User
5 years agoPikachu-Power , is it possible to break his information into rows, using split by a delimiter in power query?
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
Pikachu-Power
Impactful Individual
5 years agohi amitchandak,
you mean to split by a delimiter into columns and via pivot into rows? i was thinking about that but we would have to much rows than. with for example 100000 datasets and in avarage 3 group elements we would have 300000 datasets.
Is it may possible to create additional columns via delimiter with only A, B or C entries and control these via the Measure_Selection Table?