The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
26 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |