Disconnected slicers, DAX measure

shophoney

Active Member
Joined
Jun 16, 2014
Messages
286
Hi I have an Excel DAX measure for items that are selling well or poorly.

I would like to create a Slicer to selected "SLOW" or "FAST" moving items. But I dont know how to go about doing it.

I've read something about disconnected slicers. Can anyone help.

SELL THROUGH TREND:=IF('tblInvSkuMaster'[RECEIVED AGED]*.06<[SELL THROUGH],"FAST",IF('tblInvSkuMaster'[RECEIVED AGED]*.05>[SELL THROUGH],"SLOW"))

Thanks
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Can this calc be done on a row by row basis? If so then just add a calculated column and filter by that.
 
Upvote 0
I only wish. But it’s for the total units received for all size over units sold. Then I look at how the over all model is performing.

Rate of sale and sell through.
 
Upvote 0
Is Item a column in your table? If so, create a new table with a list of just the products and connect that to the colum in your main table. Then add the calculated column to that new table.
 
Upvote 0

Forum statistics

Threads
1,226,730
Messages
6,192,711
Members
453,748
Latest member
akhtarf3

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