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 a table of Purchase Orders, and my users need to filter it using two or more dates:
With the above in mind, I have these slicers planned (screenshot below):
Some extra notes:
To give you an idea of how the relevant data points appear in the report table, below is a partial screenshot (please don't mind the duplication as this report table actually handles PO lines, so the same PO can include different product/service lines):
Please advise on how we can design this report to meet our requirements. If you have a means of doing things differently from what I had in mind, I will also welcome it as I am willing to learn new approaches. Thanks a lot for any help that you can provide. 😊
Solved! Go to Solution.
Hi @Peachyco
I have attached a sample PBIX with one way of approaching this.
I would recommend a modelling approach, by adding some additional tables to the model to handle the SIL From/To Date filtering logic. This avoids writing any DAX specifically to solve this problem (which might need to be repeated in multiple measures).
Model description
Here is the data model, with the additional tables in the red box.
SIL Range table
Report
Alternative model setup:
Notes:
Regards,
Owen
Hi @Peachyco
I have attached a sample PBIX with one way of approaching this.
I would recommend a modelling approach, by adding some additional tables to the model to handle the SIL From/To Date filtering logic. This avoids writing any DAX specifically to solve this problem (which might need to be repeated in multiple measures).
Model description
Here is the data model, with the additional tables in the red box.
SIL Range table
Report
Alternative model setup:
Notes:
Regards,
Owen