Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Measure = single value cannot be determined

measures.PNG

Hello, any idea why in single row with one number this issue constantly appear? See picture

1 ACCEPTED SOLUTION
BhaveshPatel
Community Champion
Community Champion

Hi There,

 

You should understand the difference between the Measure and Calculated Column. The Calculation you are trying to achieve is more suitable for calculated column and that's why showing an error for the measure calculation.

 

For measure, You should try SUMX.

 

measure:=SUMX(list,list[TURNOVER]*5)

 

Thanks & Regards,

Bhavesh

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

View solution in original post

29 REPLIES 29

You are welcome.  If my reply helped, please mark it as Answer.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
BhaveshPatel
Community Champion
Community Champion

Hi There,

 

You should understand the difference between the Measure and Calculated Column. The Calculation you are trying to achieve is more suitable for calculated column and that's why showing an error for the measure calculation.

 

For measure, You should try SUMX.

 

measure:=SUMX(list,list[TURNOVER]*5)

 

Thanks & Regards,

Bhavesh

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

Hi there,

 

Having a similar issue but not quite the same. I am trying to make a calculated column, rather than a measure and I get the following error: 

 

"A single value for column 'Number of Working Days per Year (incl. BH)' in table 'Dim_HR People_CurrentHeads' 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."

 

The formula is: 

Total Working Days per Year (excl. BH) = CALCULATE('Dim_HR People_CurrentHeads'[Number of Working Days per Year (incl. BH)] - Dim_Dates[Total Bank Holidays])
 
Where Number of Working Days per Year (incl. BH) is a calculated column and Total Bank Holidays is a calculated measure. 
 
Thanks!

I am getting same error here, Pls help.

 

1 star Count = if(Query1[QID:1109-QoS5pt]="1",1,0)

 

The column QID contains numbers 1 to 5

Hi,

 

Try this

 

1 star Count = if(Query1[QID:1109-QoS5pt]=1,1,0)


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

I added that as a column and it worked, Thanks 🙂

PBI error.png

Hi,

 

That formula should be written as a calculated column formula (not as a measure).  If it still does not work, then describe the question, share some data and also show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Oh right, now I realize why I could use this formula before, I totally forgot I used CalculatedColumn. Thanks a lot for reminding me.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.