Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Ignore incoming fitler

Hello My data is as follows :

 

1.PNG

 

I need to ignore "Reason" filter and display sum all year even though reason filter is presentin the data

I have tried sum(YTD)-- It says circular dependency. Can some on please guide me?

 

Thanks

Aditya

1 ACCEPTED SOLUTION
v-danhe-msft
Employee
Employee

Hi @Anonymous,

From your description, I could not understand the sentence "ignore "Reason" filter and display sum all year", could you mean use the [Reason] data as slicer or just want to calculate the sum of [YTD] without filtered by the [Reason] column?

If the former:

You could use the "Edit interaction" function.

Reference:https://docs.microsoft.com/en-us/power-bi/service-reports-visual-interactions

 

If the later:

You could refer to below steps:

Sample data:

A.PNG

Create a measure:

Measure YTD = CALCULATE(SUM(Table1[YTD]),ALL(Table1)) 

Result:

B.PNG

If I misunderstand you, could you please share the sample file and your desired result?

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-danhe-msft
Employee
Employee

Hi @Anonymous,

Could you please tell me if your problem has been solved? If it is, could you please mark the helpful replies as Answered?

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-danhe-msft
Employee
Employee

Hi @Anonymous,

From your description, I could not understand the sentence "ignore "Reason" filter and display sum all year", could you mean use the [Reason] data as slicer or just want to calculate the sum of [YTD] without filtered by the [Reason] column?

If the former:

You could use the "Edit interaction" function.

Reference:https://docs.microsoft.com/en-us/power-bi/service-reports-visual-interactions

 

If the later:

You could refer to below steps:

Sample data:

A.PNG

Create a measure:

Measure YTD = CALCULATE(SUM(Table1[YTD]),ALL(Table1)) 

Result:

B.PNG

If I misunderstand you, could you please share the sample file and your desired result?

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.