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 moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hi,
i have visual for this
the answer should be this
how to remove the filter in the visual using in the measure because im getting the wrong answer
Measures:
Solved! Go to Solution.
Hi @Easley06 ,
You can use REMOVERFILTERS() to remove the filter you want. And some measures like this :
DIVIDE (
SUM ( mv_fact_sales_aggr[Wfactor Sales] ),
CALCULATE (
SUM ( mv_fact_sales_aggr[Wfactor Sales] ),
REMOVEFILTERS ( mv_fact_sales_aggr[MonthYear] )
)
)
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Easley06 , which filter you want to remove and what you want to display ?
Always prefer a separate date table and other dimension tables. you can use all('DAte') and it will remove date filter and other dimensions filter will remain
the filter for Monthyear
Hi @Easley06 ,
You can use REMOVERFILTERS() to remove the filter you want. And some measures like this :
DIVIDE (
SUM ( mv_fact_sales_aggr[Wfactor Sales] ),
CALCULATE (
SUM ( mv_fact_sales_aggr[Wfactor Sales] ),
REMOVEFILTERS ( mv_fact_sales_aggr[MonthYear] )
)
)
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |