The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I'm trying to load some tables from SQL Server, one of these is a measures table, and it should be named accordingly as "Measures", but PBI throws me the following error:
The name of the object "Table" cannot be the reserved string "Measures"
What does this mean? Is "Measures" a system name that can't be used for naming tables? Is it a bug? Or did I break something?
Please help me!
Solved! Go to Solution.
Hi @Anonymous ,
Measure is equivalent to a special mark of this power bi. If the table named as measure is loaded in, it will conflict with the default setting.
For example, there is a Sum function in the Dax function, so when we use Var, we cannot use Sum to name.
You can add a prefix symbol or letter in front of "Measure" and it can be used normally.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous ,
Measure is equivalent to a special mark of this power bi. If the table named as measure is loaded in, it will conflict with the default setting.
For example, there is a Sum function in the Dax function, so when we use Var, we cannot use Sum to name.
You can add a prefix symbol or letter in front of "Measure" and it can be used normally.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly