Forum Discussion
Report about missing data.
Hi there,
I have a report with 10 states out of which 3 states have data. I would like to provide information and metrics about the remaining 7 states (states that have no data). However PBI currently shows only the data about the 3 states. I'm missing something. Looking for tricks to report on details about rest of the 7 states (which does not have data).
I have uploaded report to git where work place allows. let me know if you have issues in accessing it. Dont have access to dropbox or other online storage links.
Download report only 1 pbix is available.
Report Name
MISSING DATA REPORT - Copy.pbix
Thanks for your time.
You can choose "Show Items With No Data" on your Region field.
Pat
3 Replies
- ppm1Solution Sage
You can choose "Show Items With No Data" on your Region field.
Pat
- AnonymousNot applicable
Thanks Pat. That helps.
Update: I was able to figure it out. I had achieve it by 2 step process. Do a left join and then create calculated column within the same table instead of referencing across tables.
Not sure if you got a chance on the pie. The value should be 7 instead of 10.
I tried to reference something like below to create a calculcated column on "Data" but not able to reference the relation from other table.
StateWithWithoutData = if(Data[StateCD] = states[StateCD],"withData","WithoutData")
- AnonymousNot applicable
Thanks Pat and others. I was able to figure it out.