Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. 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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
92 | |
83 | |
71 | |
49 |
User | Count |
---|---|
143 | |
120 | |
111 | |
59 | |
57 |