Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
Hello,
in a chart (for example istogram) I need to show in one single bar (customer) the sum of all sales incomes below of 1.000 USD (label "other customers < 1.000 USD"). I cannot use grouping way because the sum should be dynamic if other filters are applied and in case of data updating.
Thank you in advance for your help.
Hi @giulianam,
From your description, I could not figure out what filters you want to apply in the data and the relationship between them and I could not understand the sentence “for example istogram” stands for which visual, I guess the Clustered column chart, right? If you want to show in this chart with a customer bar by the sum of all sales incomes below of 1.000 USD and filtered by a column, you could refer to below steps:
1.I have entered some sample data like the picture below:
2.Create a calculated column
Column = IF([SalesIncome]>1000,[Item],"Other group")
3.Create a Clustered column chart and add the related field.
4. Create a Slicer and add the [Item] field, now you can use the slicers to show the value.
If I misunderstood you, could you please offer me more information about your data structure and the type of visual or share your pbix file if possible?
You can also download the PBIX file to have a view.
Regards,
Daniel He
Hi Daniel,
thank you very much for your help.
First of all I confirm the type of chart I meaned is Clustered column chart.
Your explanation is perfect, but I'm looking for a solution in case of data as follows:
Item B and C are grouped in one single bar because the sum of incomes of each Item is lower than 1.000 USD, but if I add another row for item B so that the total incomes of this item are more than 1.000 USD, it should be showed in another column B and the group "< 1000 USD" should includ only item C.
I hope it is clear now.
Thank you!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
70 | |
55 | |
38 | |
31 |
User | Count |
---|---|
78 | |
64 | |
64 | |
49 | |
45 |