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.
After filtering the data, both Day and Total Qty are blank.There is no data of last 40 days, so the dashboard is Blank. How to display 0 on the dashboard?
[Day] and [Total Qty] does not have last 40 days' data.
[Day] is Date.
[Total Qty] is Number.
Solved! Go to Solution.
I solved problem.
Of course need to create a measure for [Total Qty], but still to make a little change on [Date].
I created a table that data is from Today to Last 40 days.
And I related the [Date] and [Day]:
Finaly, it displayed ZERO.
Thanks for your help!
I solved problem.
Of course need to create a measure for [Total Qty], but still to make a little change on [Date].
I created a table that data is from Today to Last 40 days.
And I related the [Date] and [Day]:
Finaly, it displayed ZERO.
Thanks for your help!
Hi,
Plrease try creating a new measure that looks something like below.
New Measure: =
[Total Qty] + 0
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Schedule a short Teams meeting to discuss your question
Hi,
This is my measure:
Hi,
try this:
It is still Blank.
[Day] and [Total Qty] are blank in the table, because there are no data of last 40 days.
Maybe i should create a measure for [Day]?
You could try that,
Maybe try the COALESCE on the Var before:
Hi, @DOLEARY85
I just tried the COALESCE on the Var before, but it doesn't work.
I think maybe it is [Day]'s problem.May I ask you how to create a measure for Date.
Thank you!
User | Count |
---|---|
84 | |
80 | |
69 | |
46 | |
46 |
User | Count |
---|---|
106 | |
50 | |
49 | |
40 | |
39 |