Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
In a table chart, we used certain columns and measures.But in one of the measure the values should be static irrepestive of date range silcer .The measure should be always static even though if i drag date range slicer to any certain date range.
Hi @raj777karthik ,
Sorry for that the information you have provided is not making the problem clear to me.
1. I have known that there are three tables, but what fields are contained in these tables?
2. What fields do these tables rely on to create relationships?
Can you please share more detail information to help us clarify your scenario? Or share me with your pbix file after removing sensitive data.
How to provide sample data in the Power BI Forum - Microsoft Power BI Community
How to Get Your Question Answered Quickly - Microsoft Power BI Community
For more information about removing Filters in Power BI, you could kindly refer to:
ALL function (DAX) - DAX | Microsoft Docs
REMOVEFILTERS function (DAX) - DAX | Microsoft Docs
Best Regards,
Jinwei Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@raj777karthik , Try like
Blocked =
var a=CALCULATE(DISTINCTCOUNT(Sales[Salesid]),ALLEXCEPT(Sales,order[OrderId]),filter(Sales,Sales[PriorityP0]=1||Sales[PriorityP1]=1 ||Sales[PriorityP2]=1))
var b=DISTINCTCOUNT(Sales[Salesid])
return
calculate(coalesce(DIVIDE(a,b),0)
or use removefilters for date
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
8 |