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 |
---|---|
77 | |
66 | |
65 | |
50 | |
27 |