Hesloan Viana Posted December 11, 2019 Posted December 11, 2019 Hello, i need to show, on a cross table, the % of categories for every month but i need to use the horizontal axes (where my date column is) for 100% every month.
Richard Pobi Posted December 12, 2019 Posted December 12, 2019 From your value selector > Under Aggregation, select % of Total After that go to Properties > Formatting > Percentage
Hesloan Viana Posted December 12, 2019 Author Posted December 12, 2019 Sorry, i didn't understand. Where should i change the aggregation My expression on cell value actually is: Sum(UniqueCount([PROTOCOL]) / Sum(UniqueCount([PROTOCOL]))) OVER (Intersect([Axis.Rows],[DATE_EXECUTION])).
Richard Pobi Posted December 12, 2019 Posted December 12, 2019 Go to where you select example SUM, Avg, etc for your value you will find % of Total over there. Select the % of Total. After that go to Properties > Formatting > Percentage or try the below expression Sum([Value Column]) THEN [Value] / Sum([Value]) OVER (All([Axis.Rows]))
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now