I have a dashboard for 7 different health plans. Going forward we are going to have it so the data presented is cumulative, so I have a timeline based on the claim service date that shows the month the data is for (each plan has its own tile/dashboard). I used a slicer based on the service date of the claim to change the total paid, # claims for the month, etc. The premiums change for each month for each plan so I am trying to make the dashboard completely dynamic. I altered my sql code to assign a premium amount based on the month and the plan. That seems to work good so far. The problem I am running into is with a dial gauge. I want to display the PMPM (Per member per month) against the premium paid for the member. When I try to use the Premium (which is brought in as a column from the data table) it is summing all the premiums in the table. What I need for it to do is select the distinct premium for that plan for that month. Does anyone know how I can filter the maximum gauge value in this way? Thanks so much for any help!
↧