The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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])))