Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi All,
I have four columns "Managing Region", "Delivery Region", "Managing Country" and "Delivery Country".
Filter 1 : i want the user to get option to choose the view of the report with either by "managing Region" or "Delivery Region"
Filter 2 : if the user clicks on "Managing Region" in filter 1, then filter 2 should get values populated from "Managing region" Column else the value should be from "Delivery Region"
Filter 3 : If user clicks on "Managin Region" in filter 1, then filter 3 should have countries listed in "Managing country" columns , if the user click on "delivery region" in filter 1 then values in filter 3 should be populated from "Delivery country" column.
can any one help me the steps to achieve this task ?
Solved! Go to Solution.
You would need to implement some steps in query editor to achieve the above requirement: remove duplicates ,duplicate the query, remove different columns in the two tables, unpivot columns in the two tables, append query. For more details, please review this PBIX file.
Thanks,
Lydia
Hi, thanks for you reply. below is the sample data with four columns.
| Managing Region | Managing Country | Delivery Region | Delivery Country |
| APAC | India | APAC | India |
| AMERICAS | US | AMERICAS | Costa Rica |
| AMERICAS | US | AMERICAS | Costa Rica |
| AMERICAS | US | AMERICAS | Costa Rica |
| APAC | India | APAC | India |
| AMERICAS | US | AMERICAS | Costa Rica |
| APAC | India | APAC | India |
| AMERICAS | US | AMERICAS | Costa Rica |
| AMERICAS | US | AMERICAS | Costa Rica |
| AMERICAS | US | AMERICAS | Costa Rica |
| APAC | India | APAC | India |
| APAC | India | APAC | India |
| AMERICAS | US | AMERICAS | Costa Rica |
If you only have the four columns in table with above sample data, when you create a table visual in Power BI, Power BI will remove duplicates and will only show you two rows as follows.
What data would you like to show if you select APAC in “Managing Region” column?
Regards,
I want to see the report this way. i want a first slider to have 2 optiions. if user clicks on Managing region then slider Region should get values populated from managing region column else calues shoud get populated from delivery region column.
same way for country.
You would need to implement some steps in query editor to achieve the above requirement: remove duplicates ,duplicate the query, remove different columns in the two tables, unpivot columns in the two tables, append query. For more details, please review this PBIX file.
Thanks,
Lydia
Hi there,
I would use the in built slicer visual along with the edit interactions function. This should get what your going for.
Thanks,
J
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 55 | |
| 34 | |
| 32 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 75 | |
| 72 | |
| 38 | |
| 35 | |
| 25 |