Forum Discussion
Measure includes all date
- 3 years ago
So, the only solution I found to fix it, is to create a new table containing all dates values.
Then I use it in my chart. this solve the issue, but I am still persuaded it can be solved my reworking the measure.
Hopefully someone will figure this out.OrderEntry Calendar = VALUES(OrderEntry[Date2])
thanks johnt75, that works, until I start using a slicer.
see what happen when I select two elemets in my slicer "Category": the data shows heavy pitfalls.
this because for few given dates, the data is empty for one of the category selected.
with the other formula this does not happen, however it give wrong data for the first days of the starting year.
thanks
can you share some sample data which shows the problem ?
- MagikJukas3 years agoResolver III
Hi johnt75 ,
here you have it: https://drive.google.com/file/d/16YS1Ky88TSFwG8RNNNebial71zL0cw2I/view?usp=sharing
Please be aware of:
- I filtered out 2018
- I selected categories 12000 amd 12100
- first chart is your formula: you can see the first days are way too low, because they do not read 2018 data. this is not good. (as soon you add 2018, the chart looks correct).
- second chart is my measure: you can see Jan 26 there is a drop. this does not make sense.
Ideal solution should be the second chart without those drops.
thanks