Forum Discussion

diamond's avatar
diamond
Regular Visitor
8 years ago
Solved

SSRS to Power BI Report

  I am converting a SSRS report to Power-BI. In my SSRS report, I have the following SQL fragment (where RunDate is a parameter) -   CASE WHEN (CAST(DateOfService AS date) <= @RunDate) AND (CAST(...