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
jesly_ajin
Helper III
Helper III

calculate sum in a measure ignoring the slicer date filter

Dears,

I have a column with rownumber for each group. I need to calculate sum in a measure ignoring the slicer date filter, but need the

sum of all rows with rownumber as 1 for a particular project.

Currently, my sum is getting filtered with the date filter as my page has a slicer for date filter:-

CALCULATE(SUM(SelfService_Plan_DailyPlanQuantity[AllowableHoursEQ]),Filter(ALL(SelfService_Plan_DailyPlanQuantity),SelfService_Plan_DailyPlanQuantity[RowCount]=1))

Kindly help.

 

.date filter.JPG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Try this

 

Calculate(sum(table[hour]),allexcept(table,table[Project]),filter(table,table[rownum]=1)

 

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

 

View solution in original post

2 REPLIES 2
tkirilov
Resolver I
Resolver I

Anonymous
Not applicable

Try this

 

Calculate(sum(table[hour]),allexcept(table,table[Project]),filter(table,table[rownum]=1)

 

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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