Forum Discussion

timazarj's avatar
timazarj
Helper II
1 year ago
Solved

local Processing Error Paginated Report

Hi, I am developing a paginated report using a power bi semantic data model as a source and defining a date range (expiration date) parameter. The properties of the parameters are: - FromLinesExpir...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi timazarj ,
    According to your description, the default value of ToLinesExpirationDate is set to Format((Parameters!ToLinesExpirationDate.Value), “yyyy-MM-dd”), which seems to reference itself. This may cause problems. Try removing the default value expression for ToLinesExpirationDate and then run the report. Also the default value of Format will be is of type string, which doesn't match the datetime type you are quoting. If the parameters are not required, make sure your dataset query can handle null values. If they are required, make sure you provide a valid date before running the report.


    Best regards,
    Albert He


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