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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
GQ
Helper I
Helper I

Filter with multiple conditions plus OR

I'm creating a report that needs to list all units in a table that have a scanned in date of either:

 today with a time <+ 11:30 am OR yesterday with a time >= 11:30 am.  Currently the date and time are separate columns.

 

I'm new to Power BI and am guessing I need to use DAX but have not hit upon the correct syntax combination.

2 ACCEPTED SOLUTIONS
Nathaniel_C
Super User
Super User

Hi @GQ ,

Include = IF(AND(Max(FTable[Date])=TODAY(),MAX(FTable[Time])<= TIMEVALUE("11:30 AM")) || AND(Max(FTable[Date])=TODAY()-1,MAX(FTable[Time])>= TIMEVALUE("11:30 AM")),1,0)

Please try this.

Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

Yes! That works - thank you!  Is there a way to hide that column from the report?

View solution in original post

7 REPLIES 7
Nathaniel_C
Super User
Super User

Hi @GQ ,

Include = IF(AND(Max(FTable[Date])=TODAY(),MAX(FTable[Time])<= TIMEVALUE("11:30 AM")) || AND(Max(FTable[Date])=TODAY()-1,MAX(FTable[Time])>= TIMEVALUE("11:30 AM")),1,0)

Please try this.

Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Yes! That works - thank you!  Is there a way to hide that column from the report?

Hi @GQ 
Which column?

Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




I've evidently done something wrong.  When I apply the filter to the visual, my date column (not the date I'm filtering) disappears, but the unit number column remains.  I don't believe it has the correct, filtered units however.

 

I'll continue to experiment and get back to you.

@GQ ,
You are welcome! 

Good luck!

Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Disregard - all is working as desired.  

Hi @GQ ,
Original table:

Nathaniel_C_0-1673905259590.png

Select the table, and drop the measure into the filter pane and set the filter to 1:

Nathaniel_C_1-1673905406554.png


Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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