The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi all,
I'm trying to create a dynamic filter that operates across two columns in two different tables. To give some context, I want to create a report that allows the user to filter, using a slicer, between the historic taggings of a manger over time, and the current tagging of that manager based on a master site list.
The final output should look something like below:
When the slicer is set to "Current" - the chart will show the revenue over time by manager (from the manager column in the master site list) and when the slicer is set to "Historic" - the chart should show the revenue over time by manager (from the manager column in the revenue table).
I will need to expand this for all the dimensions below (Head of Ops, PMS, Practice Manager and Region), not just the Ops Manager.
See tables below:
In my mind the final revenue table would look like this:
Any assistance on this would be much appreciated!
Thanks,
Aaron
Solved! Go to Solution.
@Anonymous ,
You may use Append Queries (Table.Combine) in Query Editor or UNION Function (DAX) to create a new table.
@Anonymous ,
You may use Append Queries (Table.Combine) in Query Editor or UNION Function (DAX) to create a new table.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
110 | |
78 | |
66 | |
52 | |
51 |
User | Count |
---|---|
127 | |
116 | |
78 | |
64 | |
63 |