I am using a SQL Server Database via Direct Query. There is a table containing
- Country
- Allegation
- Serial numbers (whole number; no dedicated SN ranges)
I added all three as slicer to the repoert.
Now my challenge is that the user have to select a serial number and defined amount of serial number items before and after have to be shown. My problem is now that when a SN is selected the only the corresponding country and allegation is shown. Now I added three parameters to my report and changed my queries that the parameters are reflected. In the query view everything works perfect. But as I switched back to the report i get following error message:
That looked crazy to me and I connected my report to DAX-Studio and figured out when the transfered M-parameters are commented out the DAX query runs successful. Is there a possibility that these parameters are not transfered to DAX our is there another solution?



