Forum Discussion

RBunting's avatar
RBunting
Advocate III
7 years ago
Solved

Paginated Reports "All" parameter

I have connected Paginated Reports to a dataset that I have previously published in Power BI. I'd like to have a parameter to limit the results by Manufacturing Plant. But I'd also like to be able to...
  • RBunting's avatar
    RBunting
    7 years ago

    Blast.  It was a picky little syntax error.

     

    EVALUATE
     ( ...

    The command shown above is no good.  Report Builder does not like that white space between the EVALUATE keyword and the open pren.  The following variation worked fine.

    EVALUATE( ...

    Thanks for taking the time to look into the problem.