Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have two tables:
1. Quotes table - Quote #, Line, Quote Date, Part #, Customer, Qty, Price
2. Bookings table - Customer, Part #, Booking Date, Qty, Price
I have a date table to which both dates are joined.
I'm trying to show which parts have been booked against the same part and the same customer in the Quote table, but ONLY if the Booking date is > than the Quote date.
Here's the measure I created, which is not working (Measure 1):
POS $ After Quote Period =
I don't have the ability to upload PBIX files to this forum. My company firewall prevents me from doing so.
@Roseventura , paste some sample data in table format. Share expected output too