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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
aref_tashnizi
Frequent Visitor

not using date slicer but instead allow user to enter from a date picker for start and end date

How to create a Start Date and an End Date without using a slicer from a single column from a Fact table?

I have a column called DIM_DATE[CALENDAR_DATE] which is linked to a fact table.

What I would like to do is to create a date range, but NOT using the inbuilt Power BI Date range slicer at all, and allow the user to pick a date for Start date and do the same for the enddate and 2 seperate fields. Then the values from the single date pickers will be used to Filter out the results.

Thanks 

1 ACCEPTED SOLUTION
mariussve1
Super User
Super User

Hi,

 

This is possible to achive. Then you need two date tables.

This two tables cant have any relationships to the fact, just be stand alone.

 

Then you need slicers, one for each data table so the end user can pick from - and to date.

 

At last you need to create a measure on the fact table with the correct aggregation (sum, count or What you need), with a filter Where start date is >= the first date end user pick and end date <= the other.

 

Br

Marius


Br
Marius
BI Fabrikken
www.bifabrikken.no

View solution in original post

1 REPLY 1
mariussve1
Super User
Super User

Hi,

 

This is possible to achive. Then you need two date tables.

This two tables cant have any relationships to the fact, just be stand alone.

 

Then you need slicers, one for each data table so the end user can pick from - and to date.

 

At last you need to create a measure on the fact table with the correct aggregation (sum, count or What you need), with a filter Where start date is >= the first date end user pick and end date <= the other.

 

Br

Marius


Br
Marius
BI Fabrikken
www.bifabrikken.no

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.