skip to main content
Power BI
    • What is Power BI
    • Why Power BI
    • Customer stories
    • Data visuals
    • Security
    • Power BI Desktop
    • Power BI Pro
    • Power BI Premium
    • Power BI Mobile
    • Power BI Embedded
    • Power BI Report Server
  • Pricing
    • Azure + Power BI
    • Microsoft 365 + Power BI
      • Energy
      • Healthcare
      • Manufacturing
      • Media
      • Retail
    • For analysts
    • For IT
      • Overview
      • Embedded analytics
      • Power BI visuals
      • Automation
      • Documentation
      • Community
    • Overview
    • Find consulting services
    • Partner showcase
    • Find a partner
    • Become a partner
    • Instructor-led training
    • Getting started
      • Overview
      • Online workshops
      • Self-guided learning
      • Webinars
      • Documentation
      • Roadmap
      • Overview
      • Issues
      • Give feedback
    • Blog
    • Business intelligence topics
    • Overview
    • Forums
    • Galleries
    • Submit ideas
    • Events
    • User groups
    • Community blog
    • Register
    • ·
    • Sign in
    • ·
    • Help
    Go To
    • Galleries
    • Community Connections & How-To Videos
    • COVID-19 Data Stories Gallery
    • Themes Gallery
    • Data Stories Gallery
    • R Script Showcase
    • Webinars and Video Gallery
    • Quick Measures Gallery
    • 2021 MSBizAppsSummit Gallery
    • 2020 MSBizAppsSummit Gallery
    • 2019 MSBizAppsSummit Gallery
    • Events
    cancel
    Turn on suggestions
    Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
    Showing results for 
    Search instead for 
    Did you mean: 
    • Microsoft Power BI Community
    • Galleries
    • Quick Measures Gallery
    • Power BI Search Text Parts in Text

    Power BI Search Text Parts in Text

    10-22-2022 01:08 AM - last edited 11-24-2022 01:03 AM

    Super User amitchandak
    Super User
    251 Views
    LinkedIn LinkedIn Facebook Facebook Twitter Twitter
    amitchandak
    Super User amitchandak
    Super User
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    Power BI Search Text Parts in Text

    ‎10-22-2022 01:08 AM

    Power BI Search Text Parts in Text

    Power BI(26).jpg

     

    Problem Statement: We have been given a text column, that has comma-separated values. A slicer on each such text part should be able to filter the table. In the data given below, we would like to have slicer on A, B, C, D

    amitchandak_0-1666425552268.png

     

    Solution: We do not want to split the column: Name. Because values may duplicate, so we decided to create a new table of Names, with names and text parts.

    1. Created a table, two columns having data of name column, in Power Query
    amitchandak_1-1666425552268.png

     

    2. Then used split by a delimiter to get the slicer key

    amitchandak_2-1666425552270.png

     

    3. Remove duplicates. The complete Power Query script is 

    let
    Source = Table.FromColumns({Data[Name],Data[Name]},{"Name", "Key"}),
    #"Split Column by Delimiter" = Table.ExpandListColumn(Table.TransformColumns(Source, {{"Key", Splitter.SplitTextByDelimiter(",", QuoteStyle.Csv), let itemType = (type nullable text) meta [Serialized.Text = true] in type {itemType}}}), "Key"),
    #"Changed Type" = Table.TransformColumnTypes(#"Split Column by Delimiter",{{"Key", type text}}),
    #"Removed Duplicates" = Table.Distinct(#"Changed Type")
    in
    #"Removed Duplicates"

    4. Go to Data model view. Join both tables (Data and Name). By default, it will be 1-M join from Data to Names. Change that to many to many, filter direction Name to Data.

    amitchandak_3-1666425552265.png

     

    Now you can use the Key from Name Table as a filter and create the visual with the sum of Value (In Table Data).

    If needed create a measure

    Total Value = sumx(SUMMARIZE(Data, Data[Name], Data[Value]), Data[Value])

    In my example, this measure will not make a difference. But may be needed in a complex data model.

     

    This is how it will work finally

     

    amitchandak_4-1666425552280.png

     

    You can find the attached file. Please like, share, and comment.

     

    Find all my Medium blogs here

    Click Here to access all my blogs and videos in a jiffy via an exclusive visual glossary using Power BI.
    Please like, share, and comment on these. Your suggestions on improvement, challenges, and new topics will help me explore more.

    You Can watch my Power BI Tutorial Series on My Channel, Subscribe, Like, and share

    Master Power BI

    Expertise Power BI

    Power BI For Tableau User

    DAX for SQL Users



    Learn Power BI - Full Course with Dec-2022, with new DAX functions like Window, Index, Offset !!
    Did I answer your question? Mark my post as a solution! Appreciate your Kudos !! Proud to be a Super User! !!
    Formatted Profit and Loss Statement with empty lines
    String Search Filter.pbix
    Labels:
    • Labels:
    • Filters
    • Mathematical
    • Other
    Message 1 of 1
    251 Views
    0
    Reply
    • All forum topics
    • Previous Topic
    • Next Topic

    Power Platform

    • Overview
    • Power BI
    • Power Apps
    • Power Pages
    • Power Automate
    • Power Virtual Agents

    • Sign in
    • Sign up

    Browse

    • Solutions
    • Partners
    • Consulting Services

    Downloads

    • Power BI Desktop
    • Power BI Mobile
    • Power BI Report Server
    • See all downloads

    Learn

    • Guided learning
    • Documentation
    • Support
    • Community
    • Give feedback
    • Webinars
    • Developers
    • Blog
    • Newsletter

    © 2023 Microsoft

    Follow Power BI

    • Privacy & cookies
    • Manage cookies
    • Terms of use
    • Trademarks
    California Consumer Privacy Act (CCPA) Opt-Out Icon Your California Privacy Choices