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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

summary view on measure column

Hello,
I have a table (Tab1) with data as mentioned below. Column NLH is a measure column. 

DannyGarnep_0-1685418592418.png

 

I want to display a visulaization something like below - 

DannyGarnep_1-1685418738076.png

Could you please help to resolve this?
Thanks! in Advance. 

 

 

1 ACCEPTED SOLUTION

@Anonymous  
It can be solved in one of 3 ways or, instead of a measure, it can be calculated in the calculated column.

Ritaf1983_0-1685422777106.png


You can also use field parameters
Or create a summarized table with your measure.

For a more detailed solution 

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523



Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

5 REPLIES 5
Dhairya
Solution Supplier
Solution Supplier

You have to create following new measure:
Count =
CALCULATE (
COUNT ( Tab1[NLH(Measure)] ),
ALLEXCEPT ( Tab1, Tab1[NLH(Measure)], Tab1[Month] )
)

Dhairya_0-1685422717918.png

Then use matrix visuals to plot your fields:
Rows: NLH(Measure)
Columns: Month
Values: Count (the new measure which we created)

Instead of using NLH as measure you have to Create NLH as a calculated Columns so that You can use it as row in matrix visual.

Please mark my solution as accepted if it helped you!

Ritaf1983
Super User
Super User

Hi @Anonymous 

I wasn't quite sure what was meant by "measure column."
However, according to your data structure, you must display it as a matrix like on the picture:

Ritaf1983_0-1685421469272.png

It is important to note that to have months appear chronologically, you must add a numeric column for each month and sort the names of the months by their numeric value

Ritaf1983_1-1685421658110.png

Link to a sample file 

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile
Anonymous
Not applicable

Thank you! @Ritaf1983
I am not able to add the NLH to Rows in the visualization. This is a derived/calculated column.
Anyother possible way to resolve?

DannyGarnep_0-1685422282596.png

 

 

@Anonymous  
It can be solved in one of 3 ways or, instead of a measure, it can be calculated in the calculated column.

Ritaf1983_0-1685422777106.png


You can also use field parameters
Or create a summarized table with your measure.

For a more detailed solution 

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523



Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile
VijayP
Super User
Super User

@Anonymous  use Field Parameters to achieve this




Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

Proud to be a Super User!


Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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