Forum Discussion
Aggregate Patient Claims when Exceeding Threshold
- 4 years ago
Hi novotnajk
Here is my .pbix https://1drv.ms/u/s!AgCd7AyfqZtE3zw8aPY2ndPJl7a4?e=mmShevI believe that this solves both questions,
Thank you,
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πare nice too.
Nathaniel - 4 years ago
Hi Nathaniel!
We fixed all but one of the problems! π I'm going to repost the outstanding issue. Thanks for your help!
Try this:
Running Total =
var _currentDate = MAX('$ Medical Spend'[Reporting Date])
var _calc = CALCULATE([Medical Spend],FILTER(ALL('$ Medical Spend'[Reporting Date]),'$ Medical Spend'[Reporting Date] <=_currentDate))
return _calc
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πare nice too.
Nathaniel
Hi Nathaniel,
Thanks for the advice. I created the measure below:
- Nathaniel_C4 years ago
Community Champion
Hi novotnajk ,
Save your pbix to your one drive, create a link, copy it, and then using the link symbol, here in the interface, paste it.- novotnajk4 years ago
Resolver I
Here's the sample..
- Nathaniel_C4 years ago
Community Champion
Hi novotnajk , if I understand your question, no it does not matter, try it and see.
Nathaniel