Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hello Everyone,
I need to change the data source in PowerBI from SQL server to Amazon redshift, But all the columns in Amazon redshift are in lowercase, and on SQL sever it is in another case.
When I changed the data source, I lost all the fields in the visual and it is showing an error. I need to again take the fields in the visual.
Could you please suggest any method?
Solved! Go to Solution.
Hi @sonaliverma ,
Yes. I have created a test to reproduce such scenario.
1.Connect to Excel file1 with uppercase column names and then create visuals.
2.Replace Excel file1 with Excel file 2 which column names are lowercase.
3.Handle errors in Power Query.
4.After applied changes, the visuals are needed to fix.
I think it's the expected output since the visuals could not find the fields any more.
And according to my researching, you could firstly change the column names to uppercase before you do any transformations by using :
RenamedColumns = Table.TransformColumnNames(Source, Text.Upper),
Then you don't need to re-arrange the vsiuals.
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It's an expected behaviour.
Hi @sonaliverma ,
Yes. I have created a test to reproduce such scenario.
1.Connect to Excel file1 with uppercase column names and then create visuals.
2.Replace Excel file1 with Excel file 2 which column names are lowercase.
3.Handle errors in Power Query.
4.After applied changes, the visuals are needed to fix.
I think it's the expected output since the visuals could not find the fields any more.
And according to my researching, you could firstly change the column names to uppercase before you do any transformations by using :
RenamedColumns = Table.TransformColumnNames(Source, Text.Upper),
Then you don't need to re-arrange the vsiuals.
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It's an expected behaviour.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 67 | |
| 34 | |
| 32 | |
| 29 |