I have a data source that looks like this:
Type BusinessUnit Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Sale US 4 6 7 2 1 3 4 6 8 2 1 7
I want it to look like this:
Type BusinessUnit Month Amount
Sale US Jan 4
Sale US Feb 6
Sale US Mar 7
etc etc
an I do this once the Data source is in Domo maybe via Data flows if no other easy way?