I would like to develop FDI table visualization that has DSO using 12 months and Rolling 12 months Revenue using Fiscal Period. Relative time function is not available for Fiscal period. How to calculate DSO and 12 months revenue.
Hi @Rupali V
What Subject Area are you using for this? As far as I am aware, all the OOTB subject areas have a relative time function.
If you create a custom calculation, there is a PERIODROLLING function that might help.
I am using Financials: AR Revenue, AR Transactions.
@Rupali V in that case try the periodrolling function above for your rolling 12 month calculation. In fiscal period there is also a trailing fiscal period column you could use for average using a filter statement where trailing period between 0 and 11.
Yes, I used trailing period number using filter from 0-11. what are corresponding fields from AR Revenue and Transactions to calculate DSO. Please refer if I need to use any other subject area.
Thank you!
@Rupali V in either AR Balance or AR Aging there is an Original Amount field. You could try that.
I am using PERIODROLLING function to get 3 months rolling revenue. I am getting correct values under column 'Total 3 M Rolling Revenue' except for last month Jan 26(Trailing period number=1) getting calculation wrong.
it should sum(revenue amt) for trailing period number =1,2 and 3 but it is skipping trailing period number =3 below is query for calculated field and screenshot with highlighted wrong value (87,418,618.43) . correct value highlighted green. I am using AR Revenue subject area.
CASE WHEN "Financials - AR Revenue"."Time"."Trailing Period Number" <= 10 THEN PERIODROLLING("Financials - AR Revenue"."Facts - Document Currency"."Revenue Amount", -2, 0,"Financials - AR Revenue"."Time"."Fiscal Calendar") END
@Rupali V - Can you provide me the Calculations you have used to Calcualate Total 12 M Rolling Revenue
@Rupali V that seems a strange one. If your year end is December it could possibly be something to do with adjustment periods in which case you would need to go to -4 for the first 3 months of the year or exclude them from the analysis somehow.
I tried with case statement for each period, and it worked.
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (SCM). The session will cover updates on Supply Chain Management and Procurement. Presented by: Anil Sebastian - Senior Director, SCM Product Management, Fusion Data Intelligence…
In FDI, most of the Hierarchy folder wont populating any data. This is one of the most required data from HR. Can anyone assist me how can I get that data in FDI.
Hello Oracle Team, Many organizations currently rely on both Oracle Transactional Business Intelligence (OTBI) and Oracle Fusion Data Intelligence (FDI) for reporting and analytics. While FDI continues to expand its subject area coverage, there are still several OTBI subject areas that are not yet available in FDI. Could…
We want a better grasp on what is considered custom data so we can plan ahead and scale properly before we get too big. Fortunately we are no where near the 50gb limit as found using the subject area for custom data but it doesn't tell us other than 'System' where the custom data is coming from. I found documentation here:…
Is there a way to refresh our development environments in OAC with production data? There a lot of developments that didn't make the cut into production and/or was only used for testing and we would like to clean up dashboards, datasets, data flows, etc… Possibly similar to how receive environment refreshes in our Oracle…
Managers want the ability to assign delegates in Fusion Data Intelligence (FDI) so that delegated users can access and use reports on their behalf. Is that available in FDI now? If yes, anyone share docs about steps to implement that in FDI Thanks