Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
key_master_95
Frequent 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 contain to PBI filter) "breed"

 

Here, I mean how to implement contain to the filter in context of whole column. I need that PBI shows me only filtered by pages that contained "breed" in URL and after that calculates sum of users that visited this page.

How to make filter and calculate I know, but how to specify contain in the filter here?

 

Thank you in advance!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super 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.

View solution in original post

1 REPLY 1
amitchandak
Super User
Super 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.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.