Forum Discussion

i820017's avatar
i820017
Resolver II
5 years ago
Solved

Slicer to Parameter Issue

Hey Everybody, I am converting a Power BI report to a paginated Report. Anyway, here is a screen shot of the 'Date Complete' slicer on the Power BI report. It is in descending order of dates. ...
  • sevenhills's avatar
    sevenhills
    5 years ago

    I dont see completed date in your screenshot. It is ok. I saw you are using DAX, then try using ORDER BY [Date column] DESC.

    check the link for syntax:

    https://docs.microsoft.com/en-us/dax/summarizecolumns-function-dax

     

    Paginated reports are SSRS reports tuned for Power BI servers. so, it is old school. You need write explicitly.