Forum Discussion
problem with multiple selection in sumx
- Anonymous8 years ago
Please follow the link. It has the exact solution for you. I tried it on the pbix file you uploaded. It worked perfectly.
http://sqljason.com/2017/03/dynamic-grouping-in-power-bi-using-dax.html
If it works for you pleasse accept this as solution and also give KUDOS.
Cheers
CheenuSing
how do I share the pbix file here?
Is there somewhere here on the page to attach or only by external link?
Hi LeandroCorrea,
You can upload the .pbix file as attachments as follows.
Or you can store your .pbix file in onedrive, and post the share link.
Best Regards,
Angelia
- LeandroCorrea8 years agoFrequent Visitor
follows the file, as I had said, with simple selection works perfectly. It brings the selected customer into one column and groups the other clients into the "other" column of the chart. I need to select two clients, example (D and C) and the graph presents these three columns (D, C and one of Others)
- v-huizhn-msft8 years agoMicrosoft Employee
Hi LeandroCorrea,
The difficult is how to change the part where the selection is multiple, there will be some values compared to some values in this part: FILTERS( table2[Cliente]) = FILTERS(Auxiliar2[Cliente]).
Usually we use slicer to affect the chart directly. It affects measure in your chart. While use the slicer filter the x-axis directly, the Outros is not including in slicer, so it's hard to find a workaround. I will post the update if I find solution.
Best Regards,
Angelia - Anonymous8 years agoNot applicable
Please follow the link. It has the exact solution for you. I tried it on the pbix file you uploaded. It worked perfectly.
http://sqljason.com/2017/03/dynamic-grouping-in-power-bi-using-dax.html
If it works for you pleasse accept this as solution and also give KUDOS.
Cheers
CheenuSing
- LeandroCorrea8 years agoFrequent Visitor
Thank you my friend! excellent solution worked perfectly for what I needed.
I'm still newbie, but this type of measure is considered at what level?
intermediary or basic?