Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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)
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
71 | |
67 | |
51 | |
39 | |
26 |
User | Count |
---|---|
87 | |
54 | |
45 | |
40 | |
36 |