Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi @rakshakcr777 ,
I agree with FreemanZ's idea. Please try to create a new table using these codes.
For more details you can refer to this Blog.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
This error message usually indicates that the expression in your ADDCOLUMNS function is using a column name that is not unique, or that is being used in multiple places in the expression.
To resolve this issue, you can try the following steps:
Check the column names in your expression to make sure that they are unique and not being used in multiple places.
If you are using a column name that is being used in multiple places in the expression, you can try qualifying the column name with the table name to make it unique. For example, you can use 'Final transactions'[Date] instead of just [Date].
If you are using a column name that is not unique, you can try renaming the column or using a different column name.
Make sure that you are using the correct syntax and formatting in your expression. For example, check that you are using the correct number of parentheses and that you are using the correct delimiters (such as commas or semicolons) to separate the different parts of the expression.
the code seems fine.
please check if the code is used for table creation. are you actually creating a measure?