Skip to main content

I have items that we collect and sell however, they are sold at a different item than then item that is collected. I want to show in a view by customer and category, collections and purchases.

 

Below is how it looks in my data

How do i show two different measures that each have a different dimension?I want to be able to show collections and purchases in one line.

5 answers
  1. Oct 16, 2025, 10:33 PM

    @Lauren Brown​ 

    Maybe, you can create a "unified item" with a calc like:

    REGEXP_REPLACE([Item], "[^0-9]+", "")

    and use it instead of the Item field.

     

    If this post resolves the question, would you be so kind to "Select as Best"?. This will help other users find the same answer/resolution and help community keep track of answered questions. Thank you.

     

    Regards,

     

    Diego Martinez

    Tableau Visionary and Forums Ambassador

0/9000