Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
How can I do a left join.
Here I have invoice and line for invoice. When I add a sum measure I lost the invoice 5,6,7. I want to keep it with null value or 0.
Thanks
Solved! Go to Solution.
Try show item without data
Try this.
IF(SUM(PRICE)>0,SUM(PRICE),0)
If it helps, mark it as a solution
Kudos are nice too
too easy
Thank you 🙂
User | Count |
---|---|
84 | |
79 | |
69 | |
46 | |
43 |
User | Count |
---|---|
106 | |
50 | |
49 | |
40 | |
39 |