Not too sure what you would call this problem.
We currently have a measure group with about 20 different "counts" that describe an episode. The counts have values of 1 or 0.
Example:
- Episode Count
- Episode Count - Supply Delivery
- Episode Count - Admit
There are other measures in this measure group such as Revenue and Gross Margin.
The issue is that if we sum the Episode Count - Admit measure and Revenue measure by the worker in Tableau, the Revenue measure is not accurate. It actually gives the total amount of Revenue for all episodes assigned to that worker instead of the actual Episode Count - Admit count.
This is verified by dragging adding the client names.
I know that you can use custom MDX (such as IIF) but my users are not MDX friendly. Is there was a simple setting that can be changed inside the cube or a design pattern?