Forum Discussion

hxkresl's avatar
hxkresl
Advocate III
9 years ago

SQL OUTER APPLY - DAX equivalent?

I will need to convert a SQL statement that takes a base dataset and OUTER APPLYs it to a Date table, to cause the right-side query (Date) to execute once per result in the left-side query (base dataset).   The reason I will need this is to allocate a portion of the time between issuestartdate and resolutiondate of every Alert raised for application outage to it's own row, so that I can flag the application as either up/down at the minute level.  This I will use to build a historical trending with line chart/or bar graph visualization that shows what portion of a day (1440 minutes) an application was up and when it was down.

 

Is OUTER APPLY supported?

8 Replies