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
vjnvinod
Impactful Individual
Impactful Individual

Filter Clear

Hi  All
below is my table visual in power BI

i have a slicer for Period which has a value, 1,2,3..12

what i need is, when i select any period lets say period: 2, 3, or any period

my first coloumn that is Total MLO should not get filtered

Below is how the Total MLO is calculated

Total MLO = SUM(Input[Sum of MLO])

 

Capture.PNG

 

let me know how do i do this?

1 ACCEPTED SOLUTION
JCPO
Helper I
Helper I

hI @vjnvinod ,

 

Just create a new Measure with the following and replace what's in the matrix.:

*Measure = CALCULATE(SUM('Table'[Total MLO]),REMOVEFILTERS('Table'[Period]))

 

Cheers!

 

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

It would great if period is part of another table try


Total MLO = calculate(SUM(Input[Sum of MLO]),all(Input[period]))

Or

Total MLO = calculate(SUM(Input[Sum of MLO]),all(period[period]))

 

JCPO
Helper I
Helper I

hI @vjnvinod ,

 

Just create a new Measure with the following and replace what's in the matrix.:

*Measure = CALCULATE(SUM('Table'[Total MLO]),REMOVEFILTERS('Table'[Period]))

 

Cheers!

 

Greg_Deckler
Super User
Super User

Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

 


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

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.