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
Hi Folks,
I am looking for a way to replace the automatic total with a number I want on the Waterfall chart. Any suggestions on how to do this?
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
You could take a look at ISINSCOPE() function.
https://docs.microsoft.com/en-us/dax/isinscope-function-dax .
It will return "false" at total field and you could use it with IF() function.
IF(ISINSCOPE(), result_when_true, result_when_false)
Best Regards,
Jay
Hi @Anonymous ,
You could take a look at ISINSCOPE() function.
https://docs.microsoft.com/en-us/dax/isinscope-function-dax .
It will return "false" at total field and you could use it with IF() function.
IF(ISINSCOPE(), result_when_true, result_when_false)
Best Regards,
Jay
Check out the April 2026 Power BI update to learn about new features.
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 |
|---|---|
| 30 | |
| 23 | |
| 21 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 63 | |
| 35 | |
| 34 | |
| 24 | |
| 23 |