Forum Discussion
Data completetion vs required
Hi There,
Hope all is well during these times & thank you in advance for your help π
I have a simple model, one table with Item_Numbers that have test requirements in columns. if "0" is not required, if "1" it is required.
I also have a table with the serial numbers associated with those item_numberst that are ready for shipment. I need to make sure each of those serial numbers were fully tested and passed the test. See my model below.
My return would be: what are those serial numbers that don't meet that criteria.
4 Replies
- Greg_Deckler
Community Champion
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Sample data as text, expected output
- v-xicai
Community Support
Hi Lolita ,
You may put the Table2[serial numbers] and Table1[test requirements column] into the same Table visual, and set filter Table1[test requirements column] =0 in visual level filter pane.
Or could you please share your sample data and desired output screenshots for further analysis? You can also upload sample pbix to OneDrive and post the link here. Do mask sensitive data before uploading.
Please read this post to get your answer quickly: How to Get Your Question Answered Quickly.
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- LolitaRegular Visitor
https://hypertherm.sharefile.com/d-s4d17226aacd4b3eb
Hello!
Thank you so much for your response!
Please see attached for link on the sample data I prepared... π
With your suggestion below, I think it would return all the requirements for the serial numbers that are ready to ship... but How can I make sure that all of them were met?
- LolitaRegular Visitor
Hi Amy,
I might have not been clear on my request (sorry, english is not my primary language)
Iβd like to have (preferably through a column or measure) to output
- Serial Numbers that are missing a test requirement
- Or that a required test doesnβt have at least one record of β0β for pass
Thank you again!