Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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:-
Kindly help.
.
Solved! Go to Solution.
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.
Perhaps this would help:
https://community.powerbi.com/t5/Desktop/Ignore-Slicer-in-measure/td-p/49734
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.