Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 dynamic group column in the final matrix (see example where B is filtered).
I tried to create a separate table like
Solved! Go to Solution.
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
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
Nice idea! Thank you.
@Pikachu-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/
hi 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?
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
45 |