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
Anonymous
Not applicable

how to ignore report filter for text in a table

I have a table that consists of Project id and employee hours . Report filter for all pages is Project status that needs to be ingnored. 

 

I created a measure for employee hours ( calculate([employee hours],all(job[project status])) ) ingnoring the project status but i have problem with Project id column that is text. 

 

How to ignore page filter for the first column ? when i create measure for project filed that is text ? When i create measure with min / max it will just give me one row instead of whole table.

 

 

1 ACCEPTED SOLUTION

hi @Anonymous 

For your requirement, it could not be achieved in power bi for now.

You must know that measure is a dynamic aggregate value that based on the row context.

Since [Project id] is a dim field, you could not use measure for it.

You could only set visual filter for each visual in the report except the visual which [Project id] in it.

 

Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Data sample : 

 

Project idEmployee hours
1010 abcd20
1011 edgh40
1012 abcd20
1013 edgh50
1014 abcd10
1015 edgh20

 

Report filter (all pages filter) set to Project status = prod

 

Measure for employee hours ALL(project status) dont work because Projects that are not in "prod" are being filtered out

 

How to ignore report filter for Project id so it will show all reports in the table ?  

hi @Anonymous 

For your requirement, it could not be achieved in power bi for now.

You must know that measure is a dynamic aggregate value that based on the row context.

Since [Project id] is a dim field, you could not use measure for it.

You could only set visual filter for each visual in the report except the visual which [Project id] in it.

 

Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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