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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I had this table
| shipment id | loading date | delivery date |
| 244861 | 12-04-18 | 16-04-19 |
| 230753 | 20-12-18 | 01-03-19 |
| 230290 | 01-03-19 | 05-04-19 |
I need to filter by date:(dd/mm/yy)
for example, I want to filter shipment :
example 1
from 01-02-2019 to 28/02/2019
it will display shipment id:
244861
230753
example 2
from 01-04-2019 to 30/04/2019
it will display shipment id:
244861
230753
230290
example 3
from 01-04-2019 to 5/03/2019
it will display shipment id:
244861
230290
basically, date of filter needs to be included between loading and delivery date,
Solved! Go to Solution.
@Anonymous ,
You may refer to the post below.
@Anonymous ,
You may refer to the post below.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 51 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |