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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
MarcoT
Frequent Visitor

Aggregate measure on two field of a visual table

Hi, I'm trying to replicate this table format on PowerBI table visual:

 

MarcoT_0-1663743556715.png

 

I have created Measure1 as follows: 

Measure1 = CALCULATE(COUNT('Table'[Request Number]))

and I put it on G column that is the value of each Field2 in column F in each month. What I want to do is to calculate column E by the same measure grouped by Field1 (column C) for each month. So for example on the first row of column E we have 11 for Field1=X and Month=January, that is 6+4+1 ofthe first three rows Column G, and so on.

I tried the GROUPBY  or ALLEXCEPT functions by Month and Field1 but it didn't work. 

How can I build the formula or use particular view for the visual to aggregate the column E by month and Field1?

 

 

1 REPLY 1
Anonymous
Not applicable

it seems this table visual is impossible in Power BI. Only Matrix is a little similar to your request.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors