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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Currently have a 100% stacked column chart:
Built in functionality gives % of total sales.
Users would like to see this as a Clustered Column Chart with each age group totaling 100%. Example: For the 18-34 age group, the total of the 5 Plan Name Net units will equal 100%
Solved! Go to Solution.
@Anonymous , Try a measure like
divide([net units], calculate([net units], allexcept(Table, Table[Age groups])))
User | Count |
---|---|
98 | |
76 | |
76 | |
49 | |
27 |