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
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |