Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Swalker
Frequent Visitor

Sortorder in Report Builder

Hi,

 

In Power Bi I have a FactTable of 227 project records with Start Dates starting from 1 Jan 2017 till 26 jan 2023. In PQ i added an Index Column starting from latest Start Date  26 jan 23 (Index 1) till 1 Jan 2017 (Index  227)   .

I am loading in Reporting Builder 5 fields from the PowerBI dataset: Year (=YEAR([Date])) ClientType (text) Location(text) Project (text) Sector(text) using the Query

 

EVALUATE SUMMARIZECOLUMNS('ReferenceList'[Year], 'ReferenceList'[ClientType], 'ReferenceList'[Location], 'ReferenceList'[Project], 'ReferenceList'[Sector])

 

In Report Builder a Tablix is used and all 5 Fields are dropped in the  Value  box

 

The issue: The Sorting Order is not correct. 

There are 5 pages and 46 lines per page. The first 3 pages is in ascending order till 1 jan 2017. 

But then the Project Years start with 2021 , then 2020,  then 2019, then 2022, then 2022 , then 2018...later 2023 the year are all over the place.

How can I force a sorting order (descending from Start dates 2023 -> 2017) either at the source data or in the Query ?

 

 

Many thanks !

 

1 ACCEPTED SOLUTION
Swalker
Frequent Visitor

I have solved this issue as follows:

 

EVALUATE SUMMARIZECOLUMNS('ReferenceList'[Index],'ReferenceList'[Year], 'ReferenceList'[ClientType], 'ReferenceList'[Location], 'ReferenceList'[Project], 'ReferenceList'[Sector]) ORDER BY 'ReferenceList'[Index] ASC

 

 

* include column [Index] in EVALUATE statement 

* use ORDER BY [Index] ASC 

View solution in original post

1 REPLY 1
Swalker
Frequent Visitor

I have solved this issue as follows:

 

EVALUATE SUMMARIZECOLUMNS('ReferenceList'[Index],'ReferenceList'[Year], 'ReferenceList'[ClientType], 'ReferenceList'[Location], 'ReferenceList'[Project], 'ReferenceList'[Sector]) ORDER BY 'ReferenceList'[Index] ASC

 

 

* include column [Index] in EVALUATE statement 

* use ORDER BY [Index] ASC 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.