Hello! I am trying to work with the data below to basically divide the "total transactions" column (which is a count distinct of a list of order numbers), by the standard deviation for that specific weekday, which I built a measure for that is working as seen in the bottom right hand corner ( Code for it is:
When I create a measure that divides this total transactions column by the standard devaition calculation, (just a simple divide by the two measures) it shows blanks on every column.
A possible complication is that I want to be able to filter by different locations, and for the measures to recalculate each time. Everything is working up to this point, but I am not sure where the division of the two measures is going wrong.
I want a result that looks like this, which I was easily able to do in Excel:
Eventually, I will need to do it the same way for the revenue portion of things, but think I can do that once I understand this. I appreciate any help!
Hi @nhmpp ,
According to my test, this issue may caused by the Measure [AllStanDevTransactions]. Please check if the value of date is 0.
Besides, according to your description, the TransCount of a date only have one value, how to calculate the Standard Deviation?
Could you please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Refer to:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Update:
The measure showing the division is shown at the top. You can also see all the blanks, and that it is calculating one total for the measure at the bottom. I want it to calculate for each date though, and use the standard deviation of the specific corresponding week day.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
125 | |
75 | |
65 | |
56 | |
55 |
User | Count |
---|---|
199 | |
104 | |
88 | |
79 | |
77 |