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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
jbird258
Frequent Visitor

How to filter a Time Intelligence Function

Screenshot 2023-02-19 221540.png

My issue is, I have a matrix visual with two columns. The first column is a simple sum that returns either a number or a blank depending on the slicer settings.  The second column is a time intelligence function showing the change from last month, which returns a number for each row.

 

What I want is for the second column (change from previous month) to only return a value when there is a value present in the first column, (Otherwise return blank). What is partly tripping me up is that the previous month function needs access to 'old' data, so I cannot just filter to current conditions as these conditions will not be accurate to last month also.

1 ACCEPTED SOLUTION
FreemanZ
Super User
Super User

hi @jbird258 try to add a IF condition in your last step of change from previous month, like

 

 

change from previous month =

....

VAR _value =

...

RETURN

IF([Amber Count]=BLANK(), BLANK(), _value)

View solution in original post

2 REPLIES 2
FreemanZ
Super User
Super User

hi @jbird258 try to add a IF condition in your last step of change from previous month, like

 

 

change from previous month =

....

VAR _value =

...

RETURN

IF([Amber Count]=BLANK(), BLANK(), _value)

@FreemanZ, thanks for taking the time to respond, much appreciated. Worked a treat

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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