Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply

How can my model my diagram in powerbi such that filter propogation works here?

I have been stuck on this problem for few days now, it is inherently a modelling issue so I don't think an solution with dax expression exist. I cannot use a measure because I need to filter on report level, I cannot create a column because it does not have filter context.

 

I want to filter SKU forecast table on 2 levels, one with 'Status' from InOUtstatuses and 'year' from date table. So I need to show one status per respective year. How can I design my model filter direction such that it works in this case? I can only do one or the other filter at a time, but not both.

 

My sample model table relationship looks like this,

 

model.PNG

 InOUtstatuses

DateFromSKUCodeStatus 
2-jun-21APREBOOK 
2-jun-21APREBOOK 
1-sep-22ACURRENT 
1-sep-22ACURRENT 
1-sep-22ACURRENT 
1-nov-20APREPARATION 
1-nov-20APREPARATION 
1-nov-20APREPARATION 
1-jan-22AINTRODUCTION 
1-jan-22AINTRODUCTION 
1-jan-22AINTRODUCTION 
2-jun-21APREBOOK 
1-mrt-20ADEVELOPMENT 
1-mrt-20ADEVELOPMENT 
1-mrt-20ADEVELOPMENT 
2-jun-21BPREBOOK 
2-jun-21BPREBOOK 
1-sep-22BCURRENT 
1-sep-22BCURRENT 
1-sep-22BCURRENT 
1-nov-20BPREPARATION 
1-nov-20BPREPARATION 
1-nov-20BPREPARATION 
1-jan-22BINTRODUCTION 
1-jan-22BINTRODUCTION 
1-jan-22BINTRODUCTION 
2-jun-21BPREBOOK 
1-mrt-20BDEVELOPMENT 
1-mrt-20BDEVELOPMENT 
1-mrt-20BDEVELOPMENT 

 

Date table is standard date table, item_variant is a standar one item per row table.

 

SKuFOrecast

week numberitemlocationsku_forecastyearSKU CodeWeek Start DateStock Availability ALLAvailable ForecastCalendar Year 
3Aall42020A13-1-2020142020 
5Ball92020B27-1-2020192020 
4Call62020C20-1-2020162020

 

 

 

3 REPLIES 3
JorgePinho
Solution Sage
Solution Sage

Hello @balaganeshmohan !

 

Have you tried to change the filter direction to both on the relationship of InOUtstatuses with ItemVariant?

It does work, but is it advisable? Because, I would end up using this solution across many report which might end up with unnecessary problems.

 

EDIT: Been checking the numbers. But I just get repeated numbers for all status in a selected year,

 

sku.PNG

 

 

 

It is hard to say what is the best without more information. Is there a way to connect INOUT to Forecast? Would it make sense to merge INOUT with Item Variant or with Forecast?

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors