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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
jothimeena
Regular Visitor

DAX

When to use calculated column and measure while using switch fn in DAX?

 

 

1 ACCEPTED SOLUTION
GeraldGEmerick
Resolver III
Resolver III

@jothimeena Many people say that you should never use a DAX calculated column but should rather create calculated columns in Power Query Editor. If you are using a SWITCH statement, I would go with a measure over a Power Query Editor custom column because Power Query does not have a switch statement equivalent but instead you would need to use nested if then else statements.

 

If you can provide additional information on what exactly you are trying to do then I can probably be of more help.

View solution in original post

2 REPLIES 2
FBergamaschi
Solution Sage
Solution Sage

Can you clarify what you mean?

are you asking

1) when to use SWITCH in a measure or a column?

or

2) how to choose between a column or a measure when SWITCH in involved in your code

?

 

If this helped, please consider giving kudos and mark as a solution

@me in replies or I'll lose your thread

Want to check your DAX skills? Answer my biweekly DAX challenges on the kubisco Linkedin page

Consider voting this Power BI idea

Francesco Bergamaschi

MBA, M.Eng, M.Econ, Professor of BI

GeraldGEmerick
Resolver III
Resolver III

@jothimeena Many people say that you should never use a DAX calculated column but should rather create calculated columns in Power Query Editor. If you are using a SWITCH statement, I would go with a measure over a Power Query Editor custom column because Power Query does not have a switch statement equivalent but instead you would need to use nested if then else statements.

 

If you can provide additional information on what exactly you are trying to do then I can probably be of more help.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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