Showing value at Do Not Repeat Item Label Row

sudi_arta

New Member
Joined
Apr 3, 2014
Messages
9
I have sample data as below :

[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]Pro No.[/TD]
[TD="align: center"] Item No.[/TD]
[TD="align: center"] Qty PRO[/TD]
[TD="align: center"] Qty Item[/TD]
[/TR]
[TR]
[TD="align: center"]PRO01[/TD]
[TD="align: center"]Item01[/TD]
[TD="align: center"] 1000[/TD]
[TD="align: center"]5[/TD]
[/TR]
[TR]
[TD="align: center"]PRO01[/TD]
[TD="align: center"]Item02[/TD]
[TD="align: center"] 1000[/TD]
[TD="align: center"]8[/TD]
[/TR]
[TR]
[TD="align: center"]PRO01[/TD]
[TD="align: center"]Item03[/TD]
[TD="align: center"] 1000[/TD]
[TD="align: center"]9[/TD]
[/TR]
</tbody>[/TABLE]


Then I created PivotTable from PowerPivot, which using Do Not Repeat Item Labels feature.

I have made several DAX formulas (Qty PRO column) to the results as below, but it ALWAYS FAILS.

[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]Pro No.[/TD]
[TD="align: center"] Item No.[/TD]
[TD="align: center"] Qty PRO[/TD]
[TD="align: center"] Qty Item[/TD]
[/TR]
[TR]
[TD="align: center"]PRO01[/TD]
[TD="align: center"]Item01[/TD]
[TD="align: center"] 1000[/TD]
[TD="align: center"]5[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]Item02[/TD]
[TD="align: center"][/TD]
[TD="align: center"]8[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]Item03[/TD]
[TD="align: center"][/TD]
[TD="align: center"]9[/TD]
[/TR]
</tbody>[/TABLE]


PLEASE HELP....
 
Last edited:

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Turning off repeating item labels will only impact the row (or column) labels, not the actual measure output. Turning it off for the Pro No field will work, but only for that field - it's not going to change the way the Qty PRO measure shows results.

Is Qty PRO related to the Item No in any way? If you want it to only show itself as a subtotal, you'll need to turn on the subtotals for the Pro No field and modify the Qty PRO measure with something like HASONEVALUE.
 
Upvote 0

Forum statistics

Threads
1,223,996
Messages
6,175,864
Members
452,678
Latest member
will_simmo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top