Reply
InsightSeeker
Helper III
Helper III
Partially syndicated - Outbound

DAX Query Assistance Required

Hello - I need to add a condition to the following DAX formula. Could you provide any suggestions?

 

```DAX

If Table 2_Check = Location or Place then check
LEN('TABLE_1'[From_Sector] ) = 3 &&
LEN('TABLE_1'[To_Sector] ) = 3 &&
DATEVALUE('TABLE_1'[DepDate]) &&
DATEVALUE('TABLE_1'[ArrDate]) &&
'TABLE_1'[Basis] <> BLANK() &&
LEN('TABLE_1'[Rbd] ) = 1 &&
LEN('TABLE_1'[Code] ) = 2 &&
'TABLE_1'[Miles] <> BLANK(),
"Valid",

If Table 2_Check = Non-Location then check
IF(
LEN('TABLE_1'[From_Sector] ) = 3 &&
LEN('TABLE_1'[To_Sector] ) = 3 &&
DATEVALUE('TABLE_1'[DepDate]) &&
DATEVALUE('TABLE_1'[ArrDate]) &&
LEN('TABLE_1'[Rbd] ) = 1 &&
LEN('TABLE_1'[Code] ) = 2 &&
"Valid","Error")

 

Thanks

 

 

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

Syndicated - Outbound

it's better to provide some sample data and expected output.

 

based on the coding you provided

 

If Table 2_Check =" Location" || Table 2_Check ="Place", if xxxx

 

and there is something wrong with the last part

LEN('TABLE_1'[Code] ) = 2 &&
"Valid","Error")

 





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

Proud to be a Super User!




View solution in original post

1 REPLY 1
ryan_mayu
Super User
Super User

Syndicated - Outbound

it's better to provide some sample data and expected output.

 

based on the coding you provided

 

If Table 2_Check =" Location" || Table 2_Check ="Place", if xxxx

 

and there is something wrong with the last part

LEN('TABLE_1'[Code] ) = 2 &&
"Valid","Error")

 





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

Proud to be a Super User!




avatar user

Helpful resources

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

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)