Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

report

Hi! Please have a look at the report I have created. There are cards -  name of the customer and some numbers (quantity, sales etc.) and treemap. User can choose any customer (from the treemap) to ...
  • vicky_'s avatar
    3 years ago

    Try create a measure to use in that text box instead of using an aggregation - something like: 

    Customer Name Text Box = IF(ISFILTERED([customer_name]), SELECTEDVALUE([customer_name]), "All Customers")