Forum Discussion

anileshknpowerb's avatar
anileshknpowerb
Helper III
6 years ago

Conditional join in Power BI

Hi All,

 

I have star schema with 8 Dimension tables and 1 Fact table.All joins are straight forward,except the below one.

 

Fact_W_AR_BALANCE_F.BALANCE_DT_WID <= Dim_W_MCAL_PERIOD_D_Current_Period.MCAL_PERIOD_END_DT_WID
AND Fact_W_AR_BALANCE_F.MCAL_CAL_WID = Dim_W_MCAL_PERIOD_D_Current_Period.MCAL_CAL_WID
AND Dim_W_MCAL_PERIOD_D_Current_Period.ADJUSTMENT_PERIOD_FLG ='N'
AND Dim_W_MCAL_PERIOD_D_Current_Period.W_CURRENT_MCAL_PERIOD_CODE = 'Current'

 

Please help me how to it in power BI.

 

Thanks in Advance.

3 Replies