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!
Hi novotnajk ,
So taking this one step at a time, did we solve issue number 1?
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
- novotnajk4 years agoResolver I
Hi Nathaniel,
Step 1: Removing CALCULATE from the $ Medical Spend was done.
It now reads:
$ Medical Spend = (SUM(Medical[cost])- novotnajk4 years agoResolver I
Step 2 for Cumulative Medical, the formula is this:
$ Cumulative Medical Spend =var _currentDate = MAX('Reporting'[reporting_date])var _calc = CALCULATE([$ Medical Spend],FILTER(ALL('Reporting'[reporting_date]),'Reporting'[reporting_date] <=_currentDate))return _calcThis did not work. See screenshot.