Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hello,
I am using a waterfall chart for data that looks like this
| Company | Sales | Months a Customer |
| Walmart | 100,000 | 20 |
| Target | 100,500 | 22 |
| Safeway | 110,000 | 28 |
| Winco | 150,000 | 19 |
What I am trying to do is use months a customer as a tool tip, but its being summed and there is not an option to dont summarize. How can I create a tool tip to accomplish this?
thank you!
Hi @Anonymous ,
For the sake of the tooltip,
I used Max or Ave instead of sum so it will still show the correct value
Hope this helps.
@amitchandak when i hover over walmart in the graph its showing the sum of all the months not Walmarts specific months a customer
hover over one od the companies, then you can see how the months a customer is being summed
When there is no date filter on the chart. And the chart also does not display dates separately. I think it is displaying correctly. Sales value is also added up.
Refer, if tooltip page can help you: https://docs.microsoft.com/en-us/power-bi/desktop-tooltips
@amitchandak hover over safeway in the left chart.
see how the months a customer tool tip says 56?
It shouldnt be 56 it should be 28
Months a customer should not be summed up
i think creating a distinct DAX Measure works here
= DISTINCT (Table[]months a customer]
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 22 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 52 | |
| 37 | |
| 31 | |
| 27 |