Forum Discussion
Slicer to Parameter Issue
- 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.
It is not a sql data source as seen below.
The Power BI report explicitly shows the order of the slicer to be in descending order of dates. However, when this Power BI report is converted to a paginated report, then the paginated report automatically puts the parameter in ascending order of dates.
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.