Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |