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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
DGID
Frequent Visitor

Issues Locating and Sorting Imported Data

Hello

 

This is my first post here so apologies in advance if my terms are not accurate. I am new to Power BI and have started going through the challenges listed on the Enterprise DNA website. Please see the link below for the challenge and the original data that I imported

 

https://forum.enterprisedna.co/t/power-bi-challenge-1-executive-sales-report/7705

 

I am having issues with my Sales table | Order Number in that it is not displaying all of the order numbers in the report tab or the data tab. However in PowerQuery I am able to see all the data that was imported correctly so I believe that it is an issue with the transformation? The column cannot be changed to a number because there is alpha characters in the data. 

 

I feel like that the answer to my issue is similar if not the same as this post.
https://community.powerbi.com/t5/Desktop/Number-sorting-in-text-format/td-p/237256

Since it it sorting and only displaying the first 1000 rows I think I need to create a new column that separates the order ID and sorts it by the new numbers. 

 

However I again I am very new and do not fully understand the DAX expression provided.

 

Any assistance would be appreciated, thank you.

 

Image of how it displays in the report/data tab:

DGID_0-1628620422813.png

 

Image of how it displays in the power query editor.

DGID_1-1628620501439.png

 

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

I have done a brief investigation.  The data in Power Query appears sorted but it isn't really, it's probably in the same order as the source system it came from.

----

The order of data in the data view of powerbi doesn't affect visualisations - any sorting or filtering done there is purely there to allow investigating data.

----

You're on the right track with this "I think I need to create a new column that separates the order ID and sorts it by the new numbers".  There are functions available (in the interface) in Power Query and powerbi front end to allow you to do this.  Since you're beginning to learn about powerbi, I'm not going to tell you.  You can research solutions using the verbs that you use in the sentence I quoted.  If you are totally stuck I can offer more hints but it's all out there (in the powerbi documentation and on the web)

 

Have a look at the How-to-guides->PowerBi reports   in here

https://docs.microsoft.com/en-us/power-bi/create-reports/service-dashboard-create 

View solution in original post

4 REPLIES 4
HotChilli
Super User
Super User

I have done a brief investigation.  The data in Power Query appears sorted but it isn't really, it's probably in the same order as the source system it came from.

----

The order of data in the data view of powerbi doesn't affect visualisations - any sorting or filtering done there is purely there to allow investigating data.

----

You're on the right track with this "I think I need to create a new column that separates the order ID and sorts it by the new numbers".  There are functions available (in the interface) in Power Query and powerbi front end to allow you to do this.  Since you're beginning to learn about powerbi, I'm not going to tell you.  You can research solutions using the verbs that you use in the sentence I quoted.  If you are totally stuck I can offer more hints but it's all out there (in the powerbi documentation and on the web)

 

Have a look at the How-to-guides->PowerBi reports   in here

https://docs.microsoft.com/en-us/power-bi/create-reports/service-dashboard-create 

Thank you, I was able to figure out where I needed to go after refining my searches.

HotChilli
Super User
Super User

What question are you asking? Do you think you have lost data between 'Close and Apply' in Power Query and loading the data to powerbi front end or do you have a problem sorting data in a visualisation?

It is a problem sorting the order number in the data tab and in a matrix visualization on the report tab. Instead of being able to see the data sequentially by order number, I see the first image which I believe is sorted alphabetically because it is in text format.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors