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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
diyannavarro
Frequent Visitor

DAX Slicer for Measure Values

Hi,

I have created a conditional dax measure to tag each account with "Current" and "Past Due".

 

Here is the Dax Measure:
"IF( (TermLessSix && LTDateFilter && PDIndicator && GLGZero) || ( TermPlusSix && PDIndicator && DateFilterCuring && GLGZero && LRDateFilter), "PAST DUE",
IF( PDate && ZeroGL, "PAID",
IF( ZeroGL && MTDateFilter, "NOT YET RELEASED",
"CURRENT"
)))"
 
Now I want to create a slicer to filter the data to 'Current' and 'Past Due' but I don't know how. Can anyone help me?
 
Thanks!
1 REPLY 1
amitchandak
Super User
Super User

Not sure, if you could have created this a New Column, instead of measure. 

Second, you can put that into a Matrix and it should allow filter when you click on the value. 

 

Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.