Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello, any idea why in single row with one number this issue constantly appear? See picture
Solved! Go to Solution.
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
thank you so much man! you nailed it right on the spot!! thank you sooooooo much in a million times!!
You are welcome. If my reply helped, please mark it as Answer.
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
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:
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)
I added that as a column and it worked, Thanks 🙂
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.
Oh right, now I realize why I could use this formula before, I totally forgot I used CalculatedColumn. Thanks a lot for reminding me.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 44 | |
| 42 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 72 | |
| 66 | |
| 33 | |
| 32 | |
| 31 |