Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello guys,
I'm been strugling with this Standard Deviation and I can´t get to the result.
The case is this:
I need to calculate the Standard Deviation for the average of the CumplxActividad for all the FechaPrograma. If you look at the excel file (https://filedn.com/ljrPfy2XqKh5W5jBkwrESPH/Copia%20de%20Datos_Oc-Nov-Dic.xlsx) you will see the yellow cell that calculates that number easy.
If you look my PBI file (https://filedn.com/ljrPfy2XqKh5W5jBkwrESPH/HELP%20with%20STDEV.pbix) you will see that almost all the calculations are the same than the excel file, except for the yellow cell. I was trying to create some measures to solve the problem, but I can not get that result.
Could every one give me a hand with this? I will really appreciate it.
Many Thanks in advance.
Mauricio
Solved! Go to Solution.
Hi @myazigi ,
As you can see, "Visual level filters" is only applied to its corresponding visual. It doesn't change the result of measure shown in card visual. In your scenario, please add the field you want to filter on into a slicer.
Please refer to these measures:
Average_CumplxActividad = AVERAGE(AZURE[CumplxActividad]) Standard Deviation = STDEVX.P(ALLSELECTED(AZURE[FechaPrograma]),[Average_CumplxActividad])
I have uploaded the .pbix file for your reference.
Best regards,
Yuliana Gu
Hi @myazigi ,
As you can see, "Visual level filters" is only applied to its corresponding visual. It doesn't change the result of measure shown in card visual. In your scenario, please add the field you want to filter on into a slicer.
Please refer to these measures:
Average_CumplxActividad = AVERAGE(AZURE[CumplxActividad]) Standard Deviation = STDEVX.P(ALLSELECTED(AZURE[FechaPrograma]),[Average_CumplxActividad])
I have uploaded the .pbix file for your reference.
Best regards,
Yuliana Gu
Thank you so much Yuliana, it was exactly what I need!!!
All the Kudos to you!!
Cheers,
Mauricio
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 |
|---|---|
| 57 | |
| 37 | |
| 34 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 70 | |
| 37 | |
| 35 | |
| 25 |