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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
SebTsang
Frequent Visitor

How to filter rows in a table using values from two different columns

I am trying to set a filter on my table to only show rows where the createdon date is before the ticketcloseddate 

Capture.PNG

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@SebTsang , You can create a column and then filter for value

 

if [createdon date]<=  [ticketcloseddate] then 1 else 0

 

filter for 1

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@SebTsang , You can create a column and then filter for value

 

if [createdon date]<=  [ticketcloseddate] then 1 else 0

 

filter for 1

Helpful resources

Announcements
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.