Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello All,
Looking for some DAX help in creating a measure for share % of total sales year to date based on fields I have in a parameter table and am using as a slicer in my visual.
First measure I created was to calculate my total POS $ YTD for current week and year based on our business week planning calendar.
Example of how my field parameter slicer is setup:
Kind Regards,
Brandon B
Solved! Go to Solution.
% =
Divide(
[POS $ YTD],
Calculate(
[POS $ YTD],
Allselected()
)
)
% =
Divide(
[POS $ YTD],
Calculate(
[POS $ YTD],
Allselected()
)
)
Deku!!!! Thank-you so much for your help on this. Worked perfectly for what I needed to show in the visual and works perfect based on my parameter slicer switch. Can't thank-you enough.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |