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
Hi,
I have a simple visual like below which is a simple bar chart of "Demand" vs "Date-time"
The Demand is a measure calculated as :
Now my requirement is, I would like to modify my measure so that selection of "Resource Is Active" filter doesn't impact the calculation ( since there are other visuals on the page which need this filter ). I tried modifying the measure using 'REMOVEFILTER' function but its not working as expected.
Solved! Go to Solution.
Hi @Karma777 ,
Here I create a sample file to have a test.
Facts:
Projects:
Project:
Relationship:
I suggest you to create [Demand Rap exc resoureceIsActive] measure based on [Demand Rap] measure.
Demand Rap exc resoureceIsActive =
CALCULATE([Demand Rap],REMOVEFILTERS(Resources[ResourceIsActive]))
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Karma777 ,
Here I create a sample file to have a test.
Facts:
Projects:
Project:
Relationship:
I suggest you to create [Demand Rap exc resoureceIsActive] measure based on [Demand Rap] measure.
Demand Rap exc resoureceIsActive =
CALCULATE([Demand Rap],REMOVEFILTERS(Resources[ResourceIsActive]))
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous , Thank you for taking your time to answer. I tried doing this but it still is giving the same result.
Also could you please help me understand how is the data being calculated in the example you showed. Since the report is filtered to resourcetype in (2,20), project p3 value should be ignored. Similarly p4 should be ignored as Division Priority Project Name filed is empty. So I assume the final chart should show only 2 projects- p1 & p2 with the values 3 & 5. Could you please explain how we are getting 5 & 8 in the chart?
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 |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 7 | |
| 7 | |
| 6 |