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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Beno1234
Frequent Visitor

STDEV and SUMMARIZE HELP!

STD2.png

 

HI, im trying to get the STDev of a sumarized table, I tried the measure in the photo, It gives me the number Im looking for, but I cant display it in the Graph.


I need to apply filters on it, thats why I cant create a real table.

 

PD: The real table is in the right side.

 

1 ACCEPTED SOLUTION
Beno1234
Frequent Visitor

I found the answer, 

It only needed a CALCULATE

STD = calculate(STDEVX.S(SUMMARIZE(Sheet1,Sheet1[FECHA],"VENTAS",sum(Sheet1[VALOR])),[VENTAS]),Sheet1[FECHA])

 

Smiley LOL

View solution in original post

1 REPLY 1
Beno1234
Frequent Visitor

I found the answer, 

It only needed a CALCULATE

STD = calculate(STDEVX.S(SUMMARIZE(Sheet1,Sheet1[FECHA],"VENTAS",sum(Sheet1[VALOR])),[VENTAS]),Sheet1[FECHA])

 

Smiley LOL

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors