Forum Discussion
Item with multiple values
- 5 years ago
Hi, Chipsahoy1
Thank you for your feedback.
I tried to add few more columns into your sample to check.
Please check the below picture and the sample pbix file's link, whether it suits your case.
Type CC =VAR currentpo = 'Table'[PO #]VAR potableconditioncolumn =SUMMARIZE (FILTER ( 'Table', 'Table'[PO #] = currentpo ),'Table'[Primary/Revision])RETURNSWITCH (TRUE (),"Primary" IN potableconditioncolumn, "Primary","TBD"IN potableconditioncolumn&& COUNTROWS ( potableconditioncolumn ) = 1, "TBD","Revision")Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Hi, Chipsahoy1
Thank you for your feedback.
I tried to add few more columns into your sample to check.
Please check the below picture and the sample pbix file's link, whether it suits your case.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Jihwan_Kim thank you for your help! Your formula worked like a charm.