This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Solved! Go to 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
Data sample :
| Project id | Employee hours |
| 1010 abcd | 20 |
| 1011 edgh | 40 |
| 1012 abcd | 20 |
| 1013 edgh | 50 |
| 1014 abcd | 10 |
| 1015 edgh | 20 |
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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 29 | |
| 23 | |
| 22 |