i have two tables in power bi that i am trying to join or lookup. the period table has the days, months, and month id. the data table has the days and data. i need to pull the month id from the period table into the data table so that i have a table like the final result picture where the month id is now included.
i tried using lookup and crossjoin but they dont work.