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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
learner03
Post Partisan
Post Partisan

Matrix View issue

I haved the pbix.

I need below view with an additional feature.

When I try to create below view in Matrix and put the Shipment # column in values, it gives first Shipment and displays just one value even if a date has 3 or 4 Shipment # values.. I tried to achive this in table view but the dates are repeating. For instance, if a date has 3 values, then the date repeats 3 times.

Secondly I need to have functionality to show how much a SHipment# is receited in respect to the quantity shipped.

So, if on Dock 4, SHIP4031 has total shipped qty as 18,867 and it is in the process of receiting, then whatever they have receipted, it show shade the cell or give a small horizontal bar graph near it or anything related.https://drive.google.com/file/d/1nHTHKgT6rgNxGQLoi74_YEDmpMlL0ZYI/view?usp=sharing 

akapoor03_1-1646973586505.png

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @learner03 ,

Here are the steps you can follow:

1. Create measure.

Measure =
var _shipped=CALCULATE(SUM('Sheet6'[Shipped QTY]),FILTER(ALL(Sheet6),'Sheet6'[Dock#]=MAX('Sheet6'[Dock#])&&'Sheet6'[Container #]=MAX('Sheet6'[Container #])))
var _received=CALCULATE(SUM('Sheet6'[Received Qty]),FILTER(ALL(Sheet6),'Sheet6'[Dock#]=MAX('Sheet6'[Dock#])&&'Sheet6'[Container #]=MAX('Sheet6'[Container #])))
return
_shipped+_received

2. Result:

vyangliumsft_0-1647565568173.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi  @learner03 ,

Here are the steps you can follow:

1. Create measure.

Measure =
var _shipped=CALCULATE(SUM('Sheet6'[Shipped QTY]),FILTER(ALL(Sheet6),'Sheet6'[Dock#]=MAX('Sheet6'[Dock#])&&'Sheet6'[Container #]=MAX('Sheet6'[Container #])))
var _received=CALCULATE(SUM('Sheet6'[Received Qty]),FILTER(ALL(Sheet6),'Sheet6'[Dock#]=MAX('Sheet6'[Dock#])&&'Sheet6'[Container #]=MAX('Sheet6'[Container #])))
return
_shipped+_received

2. Result:

vyangliumsft_0-1647565568173.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

lbendlin
Super User
Super User

Here's my proposal.  Matrix visuals aren't very good with conditional formatting. I used a Tooltip instead.

 

lbendlin_0-1647179804308.png

Note 1: I used the CONCAT field but made its column extra narrow. 

Note 2: Your requirement results in a single value per matrix row.  That's not what a matrix is for.

 

See attached for the pbix.

@lbendlin I do not need the user to hover over a particular cell to see its data. I need something as a dashboard display to see what containers are at which dock and how  much they have been receipted till that moment.

So, is there any other way I can display this if matix isn't the best option?

Something like data about what containers-what are at which dock in matrix or table and below that another visual that shows dock and container in a graph form like they do in sales related to budget and tareget. In this scenerio, quantity shipped and receipted till now? visual something like below-

akapoor03_0-1647215976912.png

 

Like this ?

 

lbendlin_0-1647217479310.png

 

@lbendlin yes, but what if there are more than one container at a dock, which is still a case in the dataset.

So, can we have dock on x-axis as you displayed but one bar per container and it shows visual somewhat like this (all containers in one dock together)-

akapoor03_0-1647218813853.png

 

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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