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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
NMC20
Helper I
Helper I

Date Range Text Box When No Transactions

I have managed to make a Report Date Range text box on my report using Values in a text box. However, because I am calculating on the date in [Transactions] table, it only brings back the days where orders have been placed when I would like it to show the specific range I've selected in the filter, even if there are no transactions that day. 

 

I have a disconnected Calendar table for another visual within my report so I've tried using this date but then it brings back the earliest date of any Transaction in my data, ignoring any filter I have put on in relation to location. I don't really want a connected Calendar table because that appears to mess with my cumulative measures when I do that, for some reason... 

 

Is there a way I can create a text box that will replicate exactly what I've selected in the filters in terms of date range? 

 

Thanks in advance

3 REPLIES 3
Anonymous
Not applicable

Hi @NMC20 

Has your problem been resolved? If so, could you mark the corresponding reply as the solution so that others with similar issues can benefit from it?

 


Best Regards,

Jayleny

Ritaf1983
Super User
Super User

Hi @NMC20 

Please share sample data (excluding sensitive information) in text format, along with your expected result and any relevant logic. For guidance, refer to

How to provide sample data in the Power BI Forum

If possible, upload a simplified .pbix file using this guide:

 How to upload PBI in Community

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile
speedramps
Super User
Super User

Try this

yourheading = 
MIN('Calendar'[Date]) 
& " to " &
MAX('Calendar'[Date]) 

 

speedramps_0-1736860747081.png

 

Please click the [accept solution] and thumbs up buttons, thank you

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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