Forum Discussion
Add Row with Percentage to Table visual
- 2 years ago
RolandBAV , Create measures
sales = Sum(Table[Sales Value])
Clients = distinctcount([client ID])
% of Sales = divide([sales], calculate([sales], removefilters(Table[Market Area])) )
% of client = divide([Clients], calculate([Clients], removefilters(Table[Market Area])) )
You can now use these measures on Matrix visual- With option - Switch values to row
Switch values to row - https://youtu.be/cN8AO3_vmlY?t=11650
Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
https://www.youtube.com/watch?v=cN8AO3_vmlY&t=24270s
Hi RolandBAV
Can you please show case your power bi dataset like how your data is look alike??
just simple take table visual add all your columns into it. and share screenshot of that if possible.
bcz by looking at the source data your expected output seems quite simple but dont know about actual data ingested in power bi.