Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Solved! Go to Solution.
Hi @KotaroNoguchi ,
As @gmsamborn said, I think you can change the column name of the Time[s] column.
I create a table as you mentioned.
Then I use the DAX code below and it gives me the same error message.
One way is that you can apply the content of the tips it gives.
Another way is that you can change the name of your column.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @KotaroNoguchi ,
As @gmsamborn said, I think you can change the column name of the Time[s] column.
I create a table as you mentioned.
Then I use the DAX code below and it gives me the same error message.
One way is that you can apply the content of the tips it gives.
Another way is that you can change the name of your column.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The problem seems to be with your column name "Time[s]". If you substitute [ and ] with ( and ) in your column name, then daxformatter.com will format it.
ie. Replace 'Table'[Time[s]] with 'Table'[Time(s)]
Let me know if you have any questions.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |