Forum Discussion
Two columns with different names but same source column
- Anonymous2 years ago
Hi Anonymous ,
This is due to the design.
You can create a measure and then modify the name by placing the source column and measure on the visual object.sales measure = MAX('Table'[sales])Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
This is due to the design.
You can create a measure and then modify the name by placing the source column and measure on the visual object.
sales measure = MAX('Table'[sales])
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous2 years agoNot applicable
hello Anonymous
Thank you for the clarity and the workaround.
I assume this changed because I believe one could have renamed the same field differently before.
I was hoping that I did not have to create another column which I would have done SQL side in my views.
I will close the post.