Table 1
Table 2
I want this
Hi I thought of doing union but union required to have the same exact number of columns. I am still new so I am not sure what I can do. Please help. Thank you in advance.
Hi,
Please try this and let me know if it helps,
UnionTable = UNION ( SELECTCOLUMNS ( Table1, "Column1", [Table1 Column1], "Column2", [Table1 Column2], "Column3", [Table1 Column3] ), SELECTCOLUMNS ( Table2, "Column1", [Table2 ColumnA], "Column2", [Table2 ColumnB], "Column3", [Table2 ColumnC] ) )
Thanks,
Hi, but I don't have table 1 column 2.
@Anonymous try this
Table =
UNION (
'Table 2',
SELECTCOLUMNS (
ADDCOLUMNS ( 'Table 1', "Name", "", "Rate", "" ),
[Name],
[No],
[Rate]
)
)
Proud to be a Super User!
New Animated Dashboard: Sales Calendar
Hi,
to obtain this
you need to crossjoin your table
Hi, It kinda solve my issue but I need the null value because I need to change null value to ok later. So that I can show it on my dashboard.
Hi,
You can change it with a measure
Hi, thanks for the help. I created another measure that show blank as ok. May I know is there a way to show it as a pie chart? Currently, I am having a hard time putting the measures into the chart.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
104 | |
77 | |
72 | |
49 | |
47 |
User | Count |
---|---|
160 | |
85 | |
80 | |
68 | |
66 |