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! Request now

Reply
rnori_skyline
New Member

Calculation Groups not able to filter date column

I have around 9 measures and i have date buckets "1-30","31-60","61-90","1-120","Last Year","This Week","This Month" date buckets. So i simplified the effort by creating calculated measures using calculation groups. Below is the sample code for one of the calculation item "1-30":

VAR Beg = [Selected  Date] - 30
VAR Last = [Selected  Date] - 0
RETURN
CALCULATE (
SELECTEDMEASURE (),
FILTER (
'Date',
'Table'[Date] > Beg
&& 'Table'[Date] <= Last
)
)

 

So I have a drill through report which would give details of my parent report,The problem I am facing is that when I drill through from my parent report report to child report, for eg., on 1-30 column from my matric report, I expect the date range in child report in that 30 days range..However, the child report is showing all the dates, which means these calculation groups has not impact on date column on which these are based out of.

 

Attaching the screenshots of parent and child reports and highlighted the column in child report that is having issue of pulling all the dates (highlighted in yellow):

Parent Report:

 

rnori_skyline_0-1631067358083.png

 

Child Report:

 

rnori_skyline_1-1631067398217.png

 

5 REPLIES 5
v-luwang-msft
Community Support
Community Support

Hi @rnori_skyline ,

Share your pbix file on a public link ,then attch the link on the case.

 

Best Regards

Lucien

v-luwang-msft
Community Support
Community Support

Hi @rnori_skyline ,

Could ypu pls share your pbix file and remember to remove confidential data.

 

Best Regards

Lucien

There are two things i am struggling with:

 

1) How do i attach a PBIX file? I dont see an option anywhere

2) How do i change my email address from my profile?

amitchandak
Super User
Super User

@rnori_skyline , is it bucket or measure - "1-30"? To me, it seems like a measure and measure do pass filter on drill down.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Its a calculation item (measure based out of 1-30 days from selected date)..when i am drilling through, the date field is not filtering to be between 1 to 30 days

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