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.
I have a measure that I am graphing that I want to include blank values as 0. I have read elsewhere on here that to do that you need to add zero to the value. Like so:
expenses_conduent = SUMX(
FILTER(atves_financial,
atves_financial[account_type] == "OP EXP" &&
atves_financial[vendor_or_customer_name] = "CONDUENT STATE & LOCAL SOLUTIONS, INC."),
SUM('atves_financial'[amount]) * -1 + 0
)
But when I do that, it adds zero values for every date in my date table. However, I have a slicer that I want to limit the dates displayed on the graph, and it seems to ignore that when I add zero (but works properly when I do not). How do I do that?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |