Forum Discussion

key_master_95's avatar
key_master_95
Frequent Visitor
3 years ago
Solved

Create a table with filter with contain

Hi, all! I have column on the table with URLs. The column is called Page.  I need to create calculated column or table where condition  'Table'[Page] contain (I dont know how it implements this co...
  • amitchandak's avatar
    3 years ago

    key_master_95 , You can add a visual or page level filter that url contains breed

     

    or you can have meausre

     

    Countrows(filter(Table, containsstring(Table[URL],"breed") )

     

    and use it in the visual with other columns.