Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have below problem.
Business wants to display this report of total on row wise.
I'm getting 100 % on column wise.
Is there any way
Dimensions: Type and Week Starting Date
Measure: Sum(Hours)
Please help if we can achieve this in QV
Hi,
Hope you are using Show Partial sum for Week Starting Date. Uncheck it and enable the Show Partial Sum check box for type. you will get the expected output.
Hi,
Hope you are using Show Partial sum for Week Starting Date. Uncheck it and enable the Show Partial Sum check box for type. you will get the expected output.
Create pivot chart and as expression:
=num(sum(Hours)/Sum(TOTAL <Week Starting Date> Hours) ,'#,#0%')