Forum Discussion
Anonymous
7 years agoNot applicable
Different Values filtered by month
Hi Everyone,
I have a difficult one (for me then). I have a table with the disksize and the free space for today. I also have a table with the disksize and the free space for 30 days ago. These are the two tables. Is there a way to combine those in 1 table? I tried everything from previousmonth, lastmonth, dateadd etc..
Using Table.Combine() in Power Query (which is Append in the Transform menu) or UNION() in DAX will combine the tables.
1 Reply
- edhansCommunity Champion
Using Table.Combine() in Power Query (which is Append in the Transform menu) or UNION() in DAX will combine the tables.