ETL Transformation / Dataset Edit Error /

Hi @Team, I have a dataset which contains Columns
A
B
C
D

Lets Suppose, the Column name “A” is changed to “AAA” then i am getting error in the datasets while refreshing. Is there any flexibility to change the Column in ETL layer of Quicksight like in Power BI.

If it possible to change like that, we directly modify Same field in Calculations / measures like in Power BI.


For example: The Column “Value” is changed to “Actual Cost” at the data source level
in Power BI we can have the flexibility to change as well the calculations in which we used the Column “Value” directly without unnecessary risks or avoiding taking too much time to do all the changes.

is that feasibility or flexibility possible in Quicksight?

Hi @Venkat.Metadata,
You could try using customSQL, may look something along these lines:

SELECT
Value AS Actual Cost,

FROM your_table

Let me know if this is helps with what you’re trying to do or if you have any additional questions

Hi @Brett, Thanks for sharing the info.

I am using CSV files from S3.
Apart from Custom SQL, can we have the flexibility to change the Naming of a column in ETL layer of QuickSight?

Hi @Venkat.Metadata,
There’s an option to change the field name at the dataset layer as well: