Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Xeth
Frequent Visitor

Need help in building matrix/card visual with diff aggregation depending on data

With the following sample data (Blue columns)

Xeth_0-1711538937533.png

  • Column Capa has been created as a measure (FC/Plan) and added as a column to the table (to get aggregation)
  • Column Utilization has also been created as a measure (Actuals/FC)

I have created a report and want to build a matrix visual as follows...

Xeth_1-1711539133560.png

Challenges I am facing:

  • The capa aggregation at level Etype and Cluster is not what I expect, using the measure at the column level in the table
  • The utilization aggregation as level Etype and Cluster is not being recalculated but shows summary %
  • Unable to get the HC column as I has to count only if the Etype is not Pool and/or if there is non-zero plan/FC
  • Likewise with the grand total row.
  • Can measures be created for the Capa, Utilization and HC to also display in Card visuals and that get updated depending on the data that is selected (eg. If Cluster is seleted, then data should be conssolidated at this level, likewise for Etype)
1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

vtangjiemsft_0-1711591394633.pngvtangjiemsft_1-1711591409736.png

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. 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

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.

vtangjiemsft_0-1711591394633.pngvtangjiemsft_1-1711591409736.png

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. 

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.