Forum Discussion
Common Vs uncommon
- Anonymous2 years ago
Hi Jameel ,
According to your statement, I think your issue should be caused that you add this column in Sheet1(2). Due to it doesn't contain all title in it, so it will return blank in your visual. Please add a column in Sheet1.
Column = IF ( ISEMPTY ( FILTER ( 'Sheet1 (2)', 'Sheet1 (2)'[title] = EARLIER ( 'Sheet1'[title] ) ) ), "UnCommon", "Common" )Result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Jameel
Save the file in Google Drive and attach the link here and provide permission to access it.
Fowmy please find the link
https://drive.google.com/file/d/1hOVoMJqKYFtdEeclpzAghIE_vi7pIdpq/view?usp=drive_link
- Anonymous2 years agoNot applicable
Hi Jameel ,
According to your statement, I think your issue should be caused that you add this column in Sheet1(2). Due to it doesn't contain all title in it, so it will return blank in your visual. Please add a column in Sheet1.
Column = IF ( ISEMPTY ( FILTER ( 'Sheet1 (2)', 'Sheet1 (2)'[title] = EARLIER ( 'Sheet1'[title] ) ) ), "UnCommon", "Common" )Result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Jameel2 years agoRegular Visitor
Anonymous Its working..Thanks for the help