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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
JAVED
Helper I
Helper I

Case statement in DAX

Hi

 

Here i have a DAX Statement as

 

CASE (WHEN stricker<>'' OR NONSTRIKER<>'' THEN (RUNS + (CASE WHEN BYES = 0 AND LEGBYES = 0 THEN OVERTHROW ELSE 0 END))
WHEN @BOWLER<>'' THEN (RUNS + WIDE+ (CASE WHEN BALL.NOBALL > 0 AND (BALL.BYES > 0 OR BALL.LEGBYES > 0) THEN BALL.BYES + BALL.NOBALL + BALL.LEGBYES
WHEN BALL.NOBALL > 0 AND BALL.BYES = 0 AND BALL.LEGBYES = 0 THEN BALL.NOBALL
ELSE 0 END) + (CASE WHEN BYES = 0 AND LEGBYES = 0 THEN OVERTHROW ELSE 0 END))
ELSE GRANDTOTAL END ) AS RUNS

 

 

But it is showing as error in my Dax i am  unable to find out the error why it is not executing the statement

 

 

When i am 

5 REPLIES 5
JAVED
Helper I
Helper I

Thank you @prateekraina

Anonymous
Not applicable

@JAVED,

As prateekraina's post, you would need to use Switch or if statement in DAX. If you have questions about the DAX, please share sample data of your tables and post expected result following the guide in this thread: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490.

Regards,
Lydia

prateekraina
Memorable Member
Memorable Member

Hi @JAVED,


Try Using SWITCH or IF-ELSE . CASE is not supported in DAX.

 

Also, you have posted the question on wrong forum. This forum is used for reporting Bugs.
If you need any technical help you should post the question on this forum.

 

Regards,

Prateek Raina

JAVED
Helper I
Helper I

Sorry, this is Sql statement i have to convert to DAX

prateekraina
Memorable Member
Memorable Member

@JAVED Are you sure this is DAX?? I don't think DAX looks like above.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors