Forum Discussion
key_master_95
3 years agoFrequent Visitor
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...
- 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.
amitchandak
3 years agoSuper User
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.