Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
New users: I have three separate Queries that have identical columns and column names, what's in the columns varies. I tried to append them into one new query and I got this error and I don't understand why. It has to do with a new column I made in each query which identifies the query to me in the combined sheet. Any ideas? I need all three of these combined into one create my reports.
Solved! Go to Solution.
Hi @Anonymous
Did you use the dax to create a calculated column named 'Product Type'? After testing, if you have a same column from dax, and also have a same column from query, it will display the error message, you need to rename your calculated column with different names so that the error can be solved, you can refer to the following link.
Solved: Append queries error: Name is already used - Microsoft Fabric Community
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Yes, 100% I used a DAX to create the new column. Thank you, I didn't know that would be an issue.
Hi @Anonymous
Did you use the dax to create a calculated column named 'Product Type'? After testing, if you have a same column from dax, and also have a same column from query, it will display the error message, you need to rename your calculated column with different names so that the error can be solved, you can refer to the following link.
Solved: Append queries error: Name is already used - Microsoft Fabric Community
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.