Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello All
I am quite new to power query editor and have a challenge with my data. I have some data logs I retrieve from the web that are comma separated values. Once imported to PowerBI some rows are not aligned correctly due to a comma separating some phone models. See the screenshot of what I mean in row 40 and 42.
I would like to delete any number values in the isMobile column and shift the contents on the RIGHT to the LEFT. The isMobile column has to contain only the True or False values but unfortunately, the logs are not consistent on particular phone models (Apple). Anyone know how to go about this in power query editor. I have previously had to do this manually or with macros in excel. However, I need power BI to automatically do this after importing realtime data.
Solved! Go to Solution.
Hi @Mituka
You may try to use 'Append Queries' and 'Text Filters' in Query Editor. Show the sample file as below:
First, Remove the 'Column1' in Table.
Second, Copy the table as Table(2) and filter the table(2) and rename the columns as below:
Last, Append the Table Query and Table(2) Query as Append Table. Then filter again to get the table as requested.
Regards,
Cherie
Hi @Mituka
You may try to use 'Append Queries' and 'Text Filters' in Query Editor. Show the sample file as below:
First, Remove the 'Column1' in Table.
Second, Copy the table as Table(2) and filter the table(2) and rename the columns as below:
Last, Append the Table Query and Table(2) Query as Append Table. Then filter again to get the table as requested.
Regards,
Cherie
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
68 | |
43 | |
34 | |
26 |
User | Count |
---|---|
86 | |
49 | |
45 | |
38 | |
37 |