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
CloserMKD
Regular Visitor

Create measure from original source, regardless of slicer choices

I have a source table that is filtered by a time slicer.

What I what to know is whether it's possible to create a measure that uses data from that source table, but not filtered by the slicer (i.e. to be like the original source). So, I need some of the measures to use the filtered source, and some of them not to depend on the slicer selection.

 

 Thanks in advance 🙂

1 ACCEPTED SOLUTION
v-ljerr-msft
Employee
Employee

Hi @CloserMKD,

 

According to your description, you should be able to create the measure using ALL Function (DAX) which removes all filters from the specified table.

 

In effect, ALL(Table) returns all of the values in the table, removing any filters from the context that otherwise might have been applied. For more details about ALL function, please refer to this article.Smiley Happy

 

Regards

View solution in original post

2 REPLIES 2
v-ljerr-msft
Employee
Employee

Hi @CloserMKD,

 

According to your description, you should be able to create the measure using ALL Function (DAX) which removes all filters from the specified table.

 

In effect, ALL(Table) returns all of the values in the table, removing any filters from the context that otherwise might have been applied. For more details about ALL function, please refer to this article.Smiley Happy

 

Regards

CheenuSing
Community Champion
Community Champion

Hi @CloserMKD

 

Please share some data and actual output expected.

 

Cheers

 

CheenuSing

Did I answer your question? Mark my post as a solution and also give KUDOS !

Proud to be a Datanaut!

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.