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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Switch statement conversion issue

Hi,

 

I'm trying to debug the below switch statement but facing issues with the conversion.

Once this is debugged, I want to extend the switch statement.

 

 

leharkapil_0-1604068521830.png

 

2 REPLIES 2
v-stephen-msft
Community Support
Community Support

Hi @Anonymous ,

 

The SWITCH evaluates an expression against a list of values and returns one of multiple possible result expressions.

 

And the syntax of SWITCH is

 

SWITCH(<expression>, <value>, <result>[, <value>, <result>]…[, <else>])  

 

 

The expression's definition is that any DAX expression that returns a single scalar value, where the expression is to be evaluated multiple times (for each row/context).

 

However, the DATESBETWEEN returns a table that contains a column of dates that begins with a specified start date and continues until a specified end date. 

This function is suited to pass as a filter to the CALCULATE function. Use it to filter an expression by a custom date range.

 

Reference: https://docs.microsoft.com/en-us/dax/datesbetween-function-dax

                  https://docs.microsoft.com/en-us/dax/switch-function-dax

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Greg_Deckler
Super User
Super User

@Anonymous DATESBETWEEN is going to return a table of dates but using SWITCH(TRUE()...) you need the left hand of each pair of expressions to evaluate to a TRUE/FALSE statement/logic. 


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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