Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am using Online Service to create a table (by clicking the table icon from Visualizations pane) using semantic data source already there. I am trying to build a table with Column Location (selected from semantic model), then trying to add an calculated column called ColumnA, which use "New Visual Calculation", ColumnA =
Solved! Go to Solution.
Hello @buck1327
Thank you for contacting the Microsoft Community Forum about the issue with New Visual Calculations in Power BI Service.
The behavior you're encountering is because New Visual Calculations operate differently from traditional calculated columns in the semantic model. Here are key points and solutions to address the issue:
ColumnA_Measure = CALCULATE(COUNTX('my table', [column2] = 0))
If my response has resolved your query, please mark it as the Accepted Solution to assist others. Additionally, a 'Kudos' would be appreciated if you found my response helpful.
Thank you!
Thank you. solution provided by @collinq doesn't work for my problem. Appreciate his support and your support
Hello @buck1327
Thank you for contacting the Microsoft Community Forum about the issue with New Visual Calculations in Power BI Service.
The behavior you're encountering is because New Visual Calculations operate differently from traditional calculated columns in the semantic model. Here are key points and solutions to address the issue:
ColumnA_Measure = CALCULATE(COUNTX('my table', [column2] = 0))
If my response has resolved your query, please mark it as the Accepted Solution to assist others. Additionally, a 'Kudos' would be appreciated if you found my response helpful.
Thank you!
@collinq thank you for your help. The table name is exact as the semantic model table name. I am using Online service, not desktop
Hey @buck1327 ,
I think you probalby need to back into the problem then. Try an extremely easy column first, jsut to be temporary.... like "New Column = [Column1] " and then try "NewColumn2 = 'my table'[column1] " and see if you get different messages or if that works.
Proud to be a Datanaut!
Private message me for consulting or training needs.
Hi @buck1327
This is almost always a typo issue. Can you confirm that you are spelling the table name EXACTLY (copy/paste if you can). Be sure that there is not space leading or trailing as well and just in case use the same capitalization. Can you confirm that it is exact? And, this is in desktop that you are receiving this, right?
Proud to be a Datanaut!
Private message me for consulting or training needs.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!