Forum Discussion
Compare the missing values between two dates in a single table
Hi,
Please check the below measure and picture, and please let me know whether it is what you needed.
I also added a link to the pbix file below.
https://drive.google.com/file/d/18fmECiBWs5VWrDveCiB6wsHLOiR_pF0t/view?usp=sharing
Hi Jihwan_Kim ,
Thank you for the refrence. But how to populate the values?
- Jihwan_Kim5 years agoSuper User
Hi,
Sorry, I forgot to describe the values in the report.
please kindly check the below calculated-measure, and the picture.
Missing Values Show =VAR daysinperiod =COUNTROWS ( dates )VAR newtable =GROUPBY (Data,Data[Value],"@valuegroup", COUNTX ( CURRENTGROUP (), Data[date] ))VAR filternewtalbe =FILTER ( newtable, [@valuegroup] < daysinperiod )RETURNCONCATENATEX( filternewtalbe, Data[Value], ", ")The file link is still the same.
Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs UpThank you.
- Anonymous5 years agoNot applicable
Hi Jihwan_Kim ,
Can we show the values in Tables format and show other details, if available any.
- Jihwan_Kim5 years agoSuper User
Hi, Anonymous
Thank you for your question, and yes you can show based on what you want to show.
Because the source data was not showing much information, I could come up with something like the below.
For instance, you can show "Not Missed" vs "Missing Value".
Or, you can only show "Missing Value".
It is also possible to show it with other information if there are any.
Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Uphttps://drive.google.com/file/d/18fmECiBWs5VWrDveCiB6wsHLOiR_pF0t/view?usp=sharing
The link is still the same, and I updated it.
thank you very much.