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.
Current Model
Good Afternoon, I am really struggling with a DAX calculation to do the same as the above. Please could someone help as I am pulling my hair out
Solved! Go to Solution.
Hi, @Riddell2023
Please check the following methods.
Column:
En SdDev Diff =
IF (
[Band] <> BLANK (),
ROUND ( [En Diff] / STDEV.S ( 'Table'[Assessment% ] ), 2 ),
BLANK ()
)
Are some of our results inconsistent because there are hidden decimal points in the data image you provided?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Riddell2023
Please check the following methods.
Column:
En SdDev Diff =
IF (
[Band] <> BLANK (),
ROUND ( [En Diff] / STDEV.S ( 'Table'[Assessment% ] ), 2 ),
BLANK ()
)
Are some of our results inconsistent because there are hidden decimal points in the data image you provided?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Riddell2023 ,
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
refer if this can help
https://p3adaptive.com/2013/10/standard-deviation-demystified-in-power-pivot/
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |