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.
Hello,
I am attempting to create a stacked column and line chart that can be filtered by an account table.
Currently, the account table will filter and present the total open volume as the line and closed volume as the columns. When filtering by the account, it will show the full line across all months if closed volume values exist for all months (first image) but does not show the full line if there are no closed volume values for all months (second image).
It is possible to present the line and columns across all months when filtering despite some accounts not having values for both axis?
Solved! Go to Solution.
This is exactly what I was looking for. Thank you for the solution.
Hi,
I am not sure but see if this measure works
Measure = coalesce([your measure],0)
User | Count |
---|---|
84 | |
76 | |
74 | |
49 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |