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
Munawar1881
Helper II
Helper II

Visual Guide

Munawar1881_0-1659964192159.png

Munawar1881_1-1659964305647.png

I have a column name buying department and its value is Infant, Boy, Girl, Man, Women and Others I need it to display them horizontally with their total value as shown in first image. please help me to find the way. how can I solve it, and also how can I get the value of each cetagory (infant total value, or boy total value) etc 

3 REPLIES 3
amitchandak
Super User
Super User

@Munawar1881 , I think you need to explore charticulator https://charticulator.com/docs/using-in-power-bi.html

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Munawar1881_0-1660053461510.png

 

I have a table with these categories and want their total values like below

 

Munawar1881_1-1660053524181.png

how can I do that you can do it in may practice sheet. 

I need the total value of categories which are in column. 

 

 

Anonymous
Not applicable

Hi @Munawar1881 ,

 

It looks like the images above your values are inserted.

And about wanting their totals, you could count them. Try to use the COUNT() function or COUNTROWS() function.

For example,

Measure= COUNTROWS(FILTER(ALLEXCEPT('TableName', [Buying Dep]=MAX('TableName'[Buying Dep])))

 

Best Regards,

ShundaSteph

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.