The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi! I'm a beginner at PBI and need help calculating the standard deviation of a set of numbers.
I want the standard deviation for the amount of sales grouped by day:
But since my table has multiple rows for the same day, the measure I tried to use is getting this value considering each recorded number.
How could I correct the measure in pbi for obtaining 4.92?
https://www.dropbox.com/s/bwa3i19ubrx3ndt/Standard%20Deviation.pbix?dl=0
Thanks.
Solved! Go to Solution.
Hi,
You can use this measure
Standard Deviation =
STDEVX.P(SUMMARIZE('Table','Table'[Date]),CALCULATE(SUM('Table'[SalesAmount])))
Hi,
You can use this measure
Standard Deviation =
STDEVX.P(SUMMARIZE('Table','Table'[Date]),CALCULATE(SUM('Table'[SalesAmount])))
User | Count |
---|---|
11 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
10 | |
8 |