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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register 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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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.