Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I want to show just one row is Totals Row ( Totals is Sum) in straight table
Like that

I just want to keep Totals Row in this table. Do you have any solution about this . My final purpose is how to plot this Total Rows on Bar Chart
Thanks for your help .
Hi, Phong. I think, you can achieve it by using a calculated dimension ='Total'. No more dimensions are needed.
try like below
Column1 = 'Total'
Column2 = YourExpresion and in propertice ->Appesentation -> pretentaion-> disable totals
Hi Phong,
To show only one row as per your business you have to check the Enable Conditional box in dimensions
mention the condition as if(1=1,0,1)
Then you have to go to expressions select the expression and check the No Totals button.
Then you will get the expected result.
PFA for refrence
Regards
Ritesh
Or use a KPI object with Expression, no dimension is needed-
Regards
Can I know what is the purpose of usgin the total in ur bar chart?
Do u want to use it with other measures(as a reference line?) alone (one bar represeting the total and basta?)
would it be static (independant of any selection? or depends on the selection? (the total of what u select)?
Please, provide the explanation of the desired outcome so that our help would respond directly to ur need