Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 |
---|---|
16 | |
15 | |
14 | |
12 | |
11 |
User | Count |
---|---|
19 | |
15 | |
14 | |
11 | |
10 |