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
nkasdali
Employee
Employee

If with multiple values

Hi all,

 

Please, can you help to write this on power bi ?

 

If(LOG_TD[AppId] in('WIREPORTSERVER';'WIREPORTSERVER.BIN';'BOE_CRPROCD.BIN';'BOE_JOBCD';'WEBIRICHCLIENT');'BO';Null)

 

 

Thanks

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@nkasdali

 

Try this

 

New Column =
IF (
    LOG_TD[AppId]
        IN {
            "WIREPORTSERVER",
            "WIREPORTSERVER.BIN",
            "BOE_CRPROCD.BIN",
            "BOE_JOBCD",
            "WEBIRICHCLIENT" },
    "BO"
)

Regards
Zubair

Please try my custom visuals

View solution in original post

1 REPLY 1
Zubair_Muhammad
Community Champion
Community Champion

@nkasdali

 

Try this

 

New Column =
IF (
    LOG_TD[AppId]
        IN {
            "WIREPORTSERVER",
            "WIREPORTSERVER.BIN",
            "BOE_CRPROCD.BIN",
            "BOE_JOBCD",
            "WEBIRICHCLIENT" },
    "BO"
)

Regards
Zubair

Please try my custom visuals

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel

Power BI Monthly Update - May 2024

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