Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
52 | |
41 | |
39 | |
37 |