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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
DataJoe
Frequent Visitor

Show queue with data from WMS-system

Hi,

 

I'm having a problem building a report, which is going to live stream a view of queues in our production.

 

I want a table/Matrix for each date, which shows the info like below, with a hidden filter which shows priority 1 and 2 etc(See SQL data below).

 

Queues both have a Ready column and a Done column, see below.

 

Status 1 - Ready

Status 2 - Done

 

Dispatch date: 10.05.2019
StorePick lines Queue1Queue2Queue3
1
2
1 (50)
1 (37)
0 (0)
0 (0)
1 (50)
1 (37)
0 (0)
0 (0)
0 (0)
0 (0)
0 (0)
0 (0)
0 (0)
0 (0)

 

Dispatch date: 13.05.2019
StorePick linesQueue1Queue2Queue3
1
2
6
9 (282)
12 (344)
10 (272)
5 (76)
9 (116)
8 (82)
0 (0)
0 (0)
0 (0)
3 (205)
3 (228)
2 (190)
0 (0)
0 (0)
0 (0)
1 (1)
0 (0)
0 (0)
0 (0)
0 (0)
0 (0)

 

How my data looks in SQL:

 

StoreQueue1Queue2Queue3StatusordernoDatePick linesPriority
Store11NULLNULLReady123456710.05.2019161
Store2NULL1NULLReady765432110.05.2019542
Store3NULLNULL1Done98756413.05.201933
Store41NULLNULLReady94761315.05.2019191


I have tried to do it with a table and a matrix, but with no luck. 

4 REPLIES 4
witkob
New Member

Hello, DataJoe, I'm wondering if you find your own solution for this problem. I'm facing familiar issue right now, and maybe from 2019 you figured something...

Hi Witkob,

 

I just 'cheated' and made 3 tables with overlab, and hided the one with no data. I did not find an easy way, to solve this problem.  Hopefully this helps?

v-frfei-msft
Community Support
Community Support

Hi @DataJoe ,

 

I cannot get the logic between your tables and excepted result. Could you please share a sample to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Hi Frank,

 

The data is just a 'imaginary' data, because of confidential data, so this is not an option, sorry.

 

I'll try to explain otherwise:

 

I need a table/matrix for each date with the 4 queues attached. F.x If I have a dispatach date 10.05.2019, I will need a table/matrix, which shows data for each store with a order no. the following date, sorted by pirority column.

 

F.x 

If I have a dispatchdate the 14/5/19, this needs to be shown, sorted by pirority, lowest value on top(With a hidden filer, becuse the priority column needs to be hidden in the table/matrix). This needs to be shown, so the workers know which queue are the first to proceed with.

Dispatch date:    
14/05/19    
Store:Queue1:Queue2:Queue3:Queue4:
Store41NULLNULLNULL
Store7NULL1NULLNULL

 

Data:

Short explanation of data:

A store can only have 1 order no. pr queue.

 

Store nameQueue1Queue2Queue3Queue4PriorityStatusOrder no.Rute no.Dispatchdate
Store11NULLNULLNULL1904080400Not ready308956Rute127/05/19
Store2NULL1NULLNULL1904080401Not ready308964Rute226/05/19
Store3NULLNULL1NULL1904080401Not ready308964Rute328/05/19
Store4NULL1NULLNULL1904080401Not ready308964Rute114/05/19
Store5NULLNULL1NULL1904080401Not ready308964Rute228/05/19
Store61NULLNULLNULL1904080402Not ready308961Rute419/05/19
Store7NULL1NULLNULL1904080403Not ready308959Rute314/05/19
Store8NULLNULL1NULL1904080403Not ready308959Rute528/05/19

 

Hopes this gives you a better explanation?

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.