Has anyone been able to implement a Profit and Loss statement in QuickSight?
Below is what we need to implement. I can’t find a good example of this implemented in QS and I really don’t want to have to migrate to a second tool after everything we have built here in the past few years.
Your image reminds me of a P&L statement I built for a POC recently in Power BI!
I guess your main concerns are
a. Ordering accounts in your required order
b. Including Dollar and % accounts on the rows but format based on the type of account
c. Showing Totals where required; hide for others.
I am afraid you may need to prepared all the data including columns like sort order etc in a dataset before hand. Formatting may be a problem for the number and % columns; So may be you need to produce those as well in your dataset.
thank you Giri, that’s exactly what it is…
a. Ordering: that’s solved.
b. Dollar and %: Absolutely, that’s one of the problems, but not only the format, also that some parts of the table come directly from the data, while others involve calculations (such as Gross Profit and Gross Profit %). We have tried LAC and several other approaches, but have not yet found a solution that solves this problem.
c. Absolutely, this is a must for look and feel.
Producing everything in the dataset is impossible (other than sort orders), since the users should be able to filter at different levels.
It’s possible on PowerBI, but that’s opening a window for a discussion that I rather not have, and paying as much as we do to AWS, I really hope there is a way to solve this challenge.
Due to the evident formatting limitations for developing a P&L Table equivalent in Quick, I will make sure to mark this post as a Feature Request and archive it so that the AWS Team can look into it (and potentially develop more custom formatting capabilities in the future).