Forum Discussion
Anonymous
7 years agoNot applicable
Missing data points in timeseries - should be zero values not blanks
Hi Experts see attached pBIX file. https://www.dropbox.com/s/ydq2qg1izmu0j6k/Sample__v.1.13.pbix?dl=0 Refer to tab sample data, refer to table (see image below) ...
Anonymous
7 years agoNot applicable
what about something like this:
Measure 2 = if( ISBLANK([PMSComplaintsMN]),0,[PMSComplaintsMN])
- Anonymous7 years agoNot applicable
hi nick
the zeros have to be for those data points only 12 months. July 18 to June 19
- Anonymous7 years agoNot applicable
hi nick
i have zero values for all material_id i the Sales table but not the complaints table...if that helps?