The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
@Munawar1881 , I think you need to explore charticulator https://charticulator.com/docs/using-in-power-bi.html
I have a table with these categories and want their total values like below
how can I do that you can do it in may practice sheet.
I need the total value of categories which are in column.
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
User | Count |
---|---|
82 | |
81 | |
36 | |
32 | |
32 |
User | Count |
---|---|
93 | |
79 | |
62 | |
54 | |
51 |