Forum Discussion
Need your help!!! Slicer question
- 8 years ago
Hi Damon,
Based on my test, you could refer to below steps:
Sample data:
Add calculated column: Type="2017"
Table 2017:
Add calculated column: Type="2018"
Table 2018:
Union the two tables:
Now you could see the result and use the slicer to show different data.
Regards,
Daniel He
Hi Damon,
Based on my test, you could refer to below steps:
Sample data:
Add calculated column: Type="2017"
Table 2017:
Add calculated column: Type="2018"
Table 2018:
Union the two tables:
Now you could see the result and use the slicer to show different data.
Regards,
Daniel He
Thank you.
So your idea is combine 2 table into 1 right.
- v-danhe-msft8 years ago
Microsoft Employee
Hi Damon,
Yes. And the two tables should have the same number of clumns, you could adjust your data structure to make the two tables union.
Regards,
Daniel He
- Damon8 years agoRegular Visitor
Here is a quick question need your help.
How can i adjust it? I have over 1 million clumns.
- v-danhe-msft8 years ago
Microsoft Employee
Hi Damon,
You need to make sure your tables have the same data structure, then you could refer to my former answer to union your tables.
Regards,
Daniel He