This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
In my direct query dashboard I have defined 2 measures
ManpowerSiteABC=calculate(SUM(view1[avg_days]), view1[site]="ABC")
ManpowerSiteXYZ=calculate(SUM(view1[avg_days]), view1[site]="XYZ")
TotManpowerAllSites = ManpowerSiteABC+ManpowerSiteXYZ
The value of above measure remains in the same irrespective of various other slicers applied. How can I get value of ManpowerSiteABC & ManpowerSiteXYZ based on slicers selected. Stuck up for long on this, please help.
Solved! Go to Solution.
Hello @tsmehta ,
Could you please change the measure and try again please?
ManpowerSiteABC=calculate(SUM(view1[avg_days]), FILTER(view,view1[site]="ABC"))
ManpowerSiteXYZ=calculate(SUM(view1[avg_days]), FILTER(view,view1[site]="XYZ"))
TotManpowerAllSites = ManpowerSiteABC+ManpowerSiteXYZ
İf that will no work. Could you please share dummy pbi fle based on your case.
Kind Regards,
Gökberk Uzuntaş
📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!
🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |
Thanks for the reply from uzuntasgokberk, please allow me to provide another insight.
Hi @tsmehta ,
If the slicer is using the "site" column of the "view1" table, then the filter parameter inside the measure will override the external filter for the same column, resulting in no change to the measure.
In my testing, creating a slicer using other columns of the "view1" table and applying it can make the measure change.
You can try this.
Best Regards,
Dengliang Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for the reply from uzuntasgokberk, please allow me to provide another insight.
Hi @tsmehta ,
If the slicer is using the "site" column of the "view1" table, then the filter parameter inside the measure will override the external filter for the same column, resulting in no change to the measure.
In my testing, creating a slicer using other columns of the "view1" table and applying it can make the measure change.
You can try this.
Best Regards,
Dengliang Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @tsmehta ,
Could you please change the measure and try again please?
ManpowerSiteABC=calculate(SUM(view1[avg_days]), FILTER(view,view1[site]="ABC"))
ManpowerSiteXYZ=calculate(SUM(view1[avg_days]), FILTER(view,view1[site]="XYZ"))
TotManpowerAllSites = ManpowerSiteABC+ManpowerSiteXYZ
İf that will no work. Could you please share dummy pbi fle based on your case.
Kind Regards,
Gökberk Uzuntaş
📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!
🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |
Check out the May 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 |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 62 | |
| 47 | |
| 27 | |
| 23 | |
| 19 |