Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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.
User | Count |
---|---|
9 | |
8 | |
5 | |
4 | |
3 |