Forum Discussion
Issue: Power BI DAX table - Calculated Column Name renamed to Table Name
Hello All,
We have encountered an issue while working with DAX table. Below is the scanario:
1) We have created a table using Summarize DAX function.
2) We have created mutiple calculated columns after creating the table from step 1
3) While working when we click on any calculated column then Power BI changing that particular column name to Table Name.. Below is the screenshot
Column name before renamed:
Column name after renamed:
Kindly suggest what mistake we are making & How to resolve this issue
Thanks,
PBI V2
- Anonymous2 years ago
Thanks for the reply from MFelix , allow me to provide additional information on your comments based on the user's information.
Hi,Anonymous
Regarding the issue you raised, my solution is as follows:
1.In order to reproduce your problem, I did the following test according to your steps, but did not have your problem.
Here is a screenshot of my results:
2.Based on your description, I suggest you make the following attempts:
You can check if your version is up to date in the location below:
You can try upgrading the version number, here is a screenshot of mine:
This is the official download link or you can choose to update the version in Microsoft store:
Downloads | Microsoft Power BI
I am attaching my pbix file to that reply as well so you can get it in time if you need it.
Best Regards,
Leroy Lu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
7 Replies
- MFelix
Super User
Hi Anonymous ,
Try to add quotation on the table name something similar to:
'Performance_Fact'[Column]- AnonymousNot applicable
Hello MFelix
We just tried adding quotation on the table name but it is not working. Below is the screenshot:
But this time, it is giving some different error message:
The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.Thanks,
PBI V2
- MFelix
Super User
Hi Anonymous ,
Not seeing the full syntax but believe that your brackets or your && is incorectly placed.
Are you abble to share the expression please.