Forum Discussion

lemaribdb's avatar
lemaribdb
Helper II
2 years ago
Solved

STAR Schema filter DIM table by FACT Table

Hello guys! I have 2 dataflows, one with all DIM tables and one with all FACT tables. One of the DIM tables is super huge, so huge I reach my workspace limits when it's loaded, I can't keep it li...
  • lemaribdb's avatar
    lemaribdb
    2 years ago

    It has contract dates meaning it actually has a mapping to every row in all FACT tables. 
    I found a solution, I just did some SQL INNER JOINS with view of my FACT table. Unfortunatelly I wasn't able to replicate that in Power Query (Using merge queries, filter rows, they all failed either because of working with on-prem data or just timeout out after few hours).
    Shame it has to be done via SQL in the source, not in PQ.