we are trying to calculate the percentage of total for a calculated field '$'
logic for calculating '$' - $1 -$2
We need to create another field where we calculate the percentage basis the total
Can some help suggest how we can achive it.
Thanks!
Hi @Vrinda Choraria,
Create a duplicate of the existing measure in your pivot table and the show it as the Percentage of Column.
You should be able to achieve it by this way.
Please find below few screenshot which might be helpful. Please fellow the 'Yellow' Highlight.
Hope this help.
Thank you.
Hi @Vrinda Choraria , by taking a shortcut in calculating your delta between 2 periods, you now got yourself into difficulty with the % calculation. What is posted above would work if you had a column in your criteria with the delta between your 2 months.
But you are using a calculate item with a "relative" expression on the month column based on the row where it is, calculating the difference between 2 periods, which was a quick-win to work across periods in a pivot without having a new measure that would be repeated on screen for every period you have in your analysis.
You could maybe try with a new calculated item using an "aggregate at" by month to get the total for your rows for each period, and get the total of the delta allowing you to do the % calculation in the same way you did your delta. Not sure if it will really work, it could be pushing too much the behavior of a calculated item.
Other option will require you to modify your analysis to not be using the calculated item with the delta in the first place, and make 2 measures, one for each month, and then add 1 more measure with the delta calculation and then duplicate that one in the view to have it once as $ and once as %.
I created a XLSX template in Oracle Analytics Publisher Desktop 26.01.01 and uploaded the template to a BI Publisher report in OTBI. Things worked initially, but this morning when running the report I received an error: The report cannot be rendered because of an error, please contact the administrator. Error Detail:…
Hi All, I have a question regarding the BI Publisher Outputs. I have configured the rtf template output as Excel but when the XML Report Publisher program completes and I click on View Output, the output opens in a browser and renders as an HTML. Can some one please assist why this is so. The BI Publisher version is…
The issue is related to the NordPass browser extension installed via our corporate policy. Issue observed: Users were unable to upload custom BI Publisher templates in Oracle Fusion (BI Publisher / Oracle Analytics) using Microsoft Edge and Google Chrome. The upload dialog remained indefinitely at "Uploading, please…
Hi, We are scheduling a report to be sent out every week. We were wondering if it was possible to keep the latest date that the report ran as a parameter somewhere so that we could use that to only fetch the values in the report which have a latest update time of after the last run of the report? This way we'd only be…