The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. 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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
110 | |
80 | |
66 | |
53 | |
52 |
User | Count |
---|---|
121 | |
118 | |
77 | |
64 | |
63 |