This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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]
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 23 | |
| 23 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 63 | |
| 36 | |
| 28 | |
| 23 | |
| 22 |