Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Filter Data based on values starting with certain string

Hi! I want to ask if there is a way for me to filter the table below using DAX based on the Client IP address like the SQL query below:   select * from table  where Client IP like '%127%';     ...