Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 6 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 18 | |
| 14 | |
| 14 |