Ok,
I am sure I have seen this somewhere bu Google is failing to find the answer I am looking for.
I have a Query for the date dimension (contains many columns including calendar month and fiscal month)
I have a query for Inventory (this conyains calendar month)
I need to add fiscal month to Inventory and have done this through Table.NestedJoin - Join kind left outer and then expanded the resulkts to show just fiscal month. This seems slow. Calendar onlt has 30 rows so can I use a list or table in buffer to speed this up?
Use Projection in combination with Buffering on the Calendar table (see: Table2Optimized). There are two Join functions you can compare both illustrated in the example below.