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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Need Suggestions for a Date Range Function for Inventory - PLEASE HELP!

I have a dataset that includeds a Start Date and End Date for availability of my product.  Because I have two endpoints, when I use a date slicer it does not acknowledge the days between the Start and End. 

 

For instance a customer needs to purchase my services product between 1/1/2018 and 1/4/2018.  This represents the Start/End, but when I use a date slicer and filter to 1/2/2018 there is no result in the table making it look like I am available.

 

Is there a way to have the slicer account for the Start and End as a range, so that the output in the table-visualization ackowledges the dates between the two points as well?

4 REPLIES 4
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

Please refer to this similar thread which should meet your requirement.

 

If you still need help, please share your desired output and your data sample.

 

Best  regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

@v-piga-msft

 

The table thread was helpful.  The measures seem to work (Min,Max, Measure) however it does not seem to be changing the data in the actual table visualization.  I noticed that there is not a relationship betwen between the two tables in the .pbix file, but don't understand why it's not changing the display.

Hi @Anonymous,

 

Have you solved your problem?

 

If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

If you still need help, please feel free to ask.

 

Best  Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Anonymous,

 

Yes, there is no relationship for the two tables in this way.

 

We use measure to get the date in calendar table as you know measure is not belong to the specific table which could get the values for each table.

 

We should filter the measure so that the data in fact table will be filtered by the seletedvalue in between slicer. If you don't want to show the measure in your table visualization, you could put the measure to visual level filter like below and apply filter.

 

visual level filter.png

 

If you need create the relationship for the data table and the fact table, you could try another way to achieve your requirement.

 

You could refer to this similar thread. The way is to create the relationshio bewteen the tables. However, if your date range is very large, the performance for this methord may be not good.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors