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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
LaurensTPS
New Member

Filtering visuals in a report with multiple dates in fact table

Hi All, 

This will be my first post reaching out to the community. I have used multiple solutions described on the forum, so thanks to all who take part in solving our problems! 

I've been trying to fix a report I'm building for our company. 
Dashboard screenshot.png

I would like to be able to compare the orderintake with the planned delivery date. We extract our date from an excel model, which is imported into a FACT table in Power BI (As seen in the screenshot). FACT Table.png

 


In the report page I would like to be able to click in the Orderintake visual (on the left), filtering a specific month (for example July 2022), and then filter the visual Orderboek (on the right). By doing so I'd like to see when an order is put into our system, and being able to see when it will be delivered. 

 

The visual on the right uses the Actual Planned Delivery Date as the date, which is the active relationship. 

The visual on the left uses the Orderdatum as the date, which comes from an inactive relationship (as displayed in the screenshot). Relatiemodel.PNG 

 


Orderintake uses the following DAX Measure: 

Orderintake = CALCULATE(sum('FACT-Orderregel'[Turnover realistic]), USERELATIONSHIP('DIM-Kalender'[Date],'FACT-Orderregel'[Orderdatum]))

Orderboek uses the following dax measure: 
Orderboek planned = calculate(sum('FACT-Orderregel'[Turnover realistic]), 'FACT-Orderregel'[Status]= "Orderboek", USERELATIONSHIP('DIM-Kalender'[Date],'FACT-Orderregel'[Actual PLanned Delivery Date]))
When I click in the orderintake visual, the orderboek visual responds by only displaying orders with orderdates from july (as seen in the screenshot). Dashboard filtered.pngI'd like to see the orderboek show the visual with orders based on the actual delivery date. The table in the bottom of the page seems to be working. Is there a solution to this? 

Thanks in advance 🙂
 




1 REPLY 1
amitchandak
Super User
Super User

@LaurensTPS , use this measure in visual level filter and check for non blank values -Orderboek planned 

 

Check if that can help

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors