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
Hi Everyone,
I am new to PowerBI, so please bear with me 🙂
I am trying to create a date slicer for a report as in the second pic. Values highlighted will be coming from two different columns of a table (1st pic) . Is this possible? If not, any alternatives? Any help is appreciated.
Thanks in advance
Solved! Go to Solution.
HI @Jenni_Zen,
It seem like a common multiple date field analysis requirement, you can take a look at the following blog ‘start date’ ,’end date’ part if helps:
Regards,
Xiaoxin Sheng
Hi @Jenni_Zen,
If these dates are coming from different columns and you want to filter fields that are different as well then I suggest that you create two slicers. You can pull in the date in the first slicer and use it to filter visuals that are related to that date and same for the second date column. Make sure that you turn off interactions between visuals that are not related to prevent any mismatch in the data.
Works for you? Mark this post as a solution if it does!
Check out this blog of mine: How to Export Telemetry Data from Azure IoT Central into Power BI
Hi @Shaurya
Thank you for the reply. If some more details could help.
The slicer will filter some chart visuals like the one below. The dates you see on the chart are coming from a different field of a different table (Sales) which does not have a direct relationship with this (Order Date) table.
so if I was to put it in sql, this is what I am trying to display on the chart ..
-- Chart Display---
SELECT Sales.MainDate, Sales.[StockArr], Sales.[StockArrEstimate]
FROM Station INNER JOIN (Store INNER JOIN (Contacts INNER JOIN Sales ON Contacts.ID = Sales.StoreID) ON Store.[StoreID] = Contacts.[Name]) ON Station.[StationID] = Store.Station
---Add the below to a slicer---
WHERE (((Sales.MainDate) Between OrderDate.[StartDate] And OrderDate.[EndDate]) AND ((Contacts.[Name])=StoreName));
Any idea how I can setup the chart to behave correctly ?
Thanks in advance
HI @Jenni_Zen,
It seem like a common multiple date field analysis requirement, you can take a look at the following blog ‘start date’ ,’end date’ part if helps:
Regards,
Xiaoxin Sheng
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 |
|---|---|
| 50 | |
| 46 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 76 | |
| 41 | |
| 26 | |
| 26 |