I don’t think measure can be placed in columns. even if moved to columns, each measure value will be displayed as columns and doesn’t result in the expected outcome
Hello @akireddyraj, if that is the case, it will require you to alter your dataset. You will need some kind of category column that will return either Sales or Amount, and have corresponding data on that row. That way you can use the category field in your columns field well and it will know how to split those values between the 2 date options. Basically, Sales data will be on a row and Amount data will be on a different row. I would recommend doing this through a UNION in the SQL statement.