Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
This was a great help and works but the measure doesn't slice with the other value in the same visualization which does slice - by state.
https://community.powerbi.com/t5/Desktop/Moving-Average/m-p/1097929
I don't think I've made a measure before that won't slice by whatever field in the dataset I've set up a slicer.
On the upside this data is publicly available on the CovidTrackingProject site: https://covidtracking.com/data/api
This is the measure - works but won't slice by state:
Sliced to a state - note the moving avg stays the same and the other measure slices correctly
Solved! Go to Solution.
@mhasler change ALL to ALLSELECTED
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚡
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@mhasler change ALL to ALLSELECTED
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚡
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
in the process of trying ALLSELECTED instead of ALL, I ended up needing to just delete the filter to start clean.
I happened to notice that made it slice properly and I didn't need the date filter in the first place since the data does not have any future dates to filter out like the example this came from.
Now I get a proper measure when sliced/unsliced!
Thanks!