Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi I have a few tables with English A-E data and Maths A-E data how do I make these two tables go on 1 visualization graph and 1 slicer sort A-E
Solved! Go to Solution.
Hi @kettsn ,
According your describtion,refer the below:
TableA;
TableB:
First ,create slicer table:
Then create another table base on tableA and table B:
TableC =
UNION (
SELECTCOLUMNS (
TableA,
"Tpye", TableA[type],
"Table", "TableA",
"Value", TableA[value]
),
SELECTCOLUMNS (
TableB,
"Tpye", TableB[type],
"Table", "TableB",
"Value", TableB[value]
)
)
Relationship:
Final output:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
Hi,
Share some data and show the expected result.
Hi @kettsn ,
According your describtion,refer the below:
TableA;
TableB:
First ,create slicer table:
Then create another table base on tableA and table B:
TableC =
UNION (
SELECTCOLUMNS (
TableA,
"Tpye", TableA[type],
"Table", "TableA",
"Value", TableA[value]
),
SELECTCOLUMNS (
TableB,
"Tpye", TableB[type],
"Table", "TableB",
"Value", TableB[value]
)
)
Relationship:
Final output:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
Hi I tried that solution but it still didnt use 1 slicer to slicer all my graphs. See image below for what I am trying to achieve. I dont want a slicer for each graph. I want to be able to select options base on A-E is this possible
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
58 | |
37 | |
35 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |