Data Sparsing based on Specific Keywords

Hi All,

Is there a way i can sparse data based on Entity and Service as below:

Entity Service
ABCD XYZ

Here is the text column i want to sparse:

[Entity:ABCD]|[Complexity:Low]|[Country / Office:Riyadh]|[Service:XYZ]|[Activity Level - 1:Other Activities]|[Activity Level - 2:Support]|[Freetext:Other]| #TR

Please note that ‘Entity’ and ‘Service’ position might change.

Hi @nbaraili,

You’ll need to elaborate more on your exact requirement, also provide a work in progress file and a mock up of the desired result - thanks.

@nbaraili

You can use Text.BetweenDelimiters

Entity and Service.pbix (15.9 KB)

1 Like

Hi @nbaraili, we aim to consistently improve the topics being posted on the forum to help you in getting a strong solution faster. While waiting for a response, here are some tips so you can get the most out of the forum and other Enterprise DNA resources.

  • Use the forum search to discover if your query has been asked before by another member.
  • When posting a topic with formula make sure that it is correctly formatted to preformatted text </>.
    image
  • Use the proper category that best describes your topic
  • Provide as much context to a question as possible.
  • Include the masked demo pbix file, images of the entire scenario you are dealing with, screenshot of the data model, details of how you want to visualize a result, and any other supporting links and details.

I also suggest that you check the forum guideline How To Use The Enterprise DNA Support Forum. Not adhering to it may sometimes cause delay in getting an answer.

Please also check the How To Mask Sensitive Data thread for some tips on how to mask your pbix file.

1 Like

Hi,

Thank you for the note and will try to adhere from next time.

Hello Rajesh,

Thanks a ton.

The solution is perfectly working for me.