Showing the percentage on a dashboard

We've got two questions which we've put together on a dashboard, as shown below:

What we would like to know is, what is the percentage between the two values?

I would also like to point out, I'm trying to do this in Metabase and not resort to using the SQL Editor.

Does anyone know a good way of doing this?

Hi @AndyMB
That's currently not possible, since Metabase is only getting formatting options from the first question:
https://github.com/metabase/metabase/issues/17943 - upvote by clicking :+1: on the first post

it's not only about formatting, I created custom expression in which I have divided two columns to get percentage so I tried to multiply by 100 so that no need of formatting. but still that question not showing as percentage.

please suggest a solution so that both lines can present as Percentage on dashboard.

@varnika There's no solution when combining questions on the dashboard. Only formatting from the first question is included.