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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
@Anonymous ,
The error message mentions that the measure is not correct. You should add an aggregation function on column 'No' like SUM(), MAX() and others.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
Does the connection work well on SSMS? Please check if analysis service is still running.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@v-yuta-msft thanks for your replay
I checked file logo, the error message in the below :
A single value for column 'No' in table 'test' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result.
@Anonymous ,
The error message mentions that the measure is not correct. You should add an aggregation function on column 'No' like SUM(), MAX() and others.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.