Forum Discussion
Need help in building matrix/card visual with diff aggregation depending on data
- Anonymous2 years ago
Hi Xeth ,
According to your description,we can update two measures.
Capa = DIVIDE(SUM('Table'[FC]),SUM('Table'[Plan]))Utilization = DIVIDE(SUM('Table'[Actuals]),SUM('Table'[FC]))Then the result is as follows.
As for the HC column, what is your logic and expected outcome?
If I have misunderstood you, please clarify in a follow-up reply. Please provide sample data and your expected result with backend logic and special examples.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Xeth ,
According to your description,we can update two measures.
Capa = DIVIDE(SUM('Table'[FC]),SUM('Table'[Plan]))Utilization = DIVIDE(SUM('Table'[Actuals]),SUM('Table'[FC]))
Then the result is as follows.
As for the HC column, what is your logic and expected outcome?
If I have misunderstood you, please clarify in a follow-up reply. Please provide sample data and your expected result with backend logic and special examples.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.