Forum Discussion
Susil540224
2 years agoNew Member
Error The Table object with name 'Table' does not exist.
I'm currently doing a directquery on a dataverse and was using powerquery to create a new date table. The formula is as follows: dimDate = ADDCOLUMNS( CALENDARAUTO(), "MonthID", MONTH([Date]), ...
- 2 years ago
Hi Guys, Thanks for the support and help.
I am unsure how, but the error went away after a day when I reopened the file without changing the power query.
GiuseppeMR
2 years agoFrequent Visitor
Hi,
Today I have found the same error reported by Susil540224 .
In particular, in my PBIX file, I received the error when I tried to create a measure on a calculated table.
The weird facts:
- If I rename the calculated table to "Table", I am able to define the measure without errors.
- If I create a new PBIX file with a simple calculated table (e.g. calendar(from, to)), I am not able to define measures on this table (due to the above error).
Could the error be related to the latest Power BI version released in July?
- Sherihan_Ali2 years agoNew Member
I have the same Problem