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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.