Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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

  • edhans's avatar
    edhans
    Community Champion

    Using Table.Combine() in Power Query (which is Append in the Transform menu) or UNION() in DAX will combine the tables.