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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
Anonymous
Not applicable

Date range between start end date

Hi Team, Here am pulling data from azure sql DB(Views) and i don't ave any date table i have only date column  but i want to show in my report on below condition.

Report dates filter should default to NOW+2 and NOW+49.
week.PNG
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Add a measure like this in visual table or all measure should have this filter

 

calculate(countrows(table), filter(Table, table{date] >=today()+2 && table{date] <=today() +49))

 

better to use date table

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , Add a measure like this in visual table or all measure should have this filter

 

calculate(countrows(table), filter(Table, table{date] >=today()+2 && table{date] <=today() +49))

 

better to use date table

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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

Top Solution Authors
Top Kudoed Authors