Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I am trying to separate row data to 3 separate columns. Is this possible?
I cannot use delimiter to split the information, as the data is in individual rows. (This is because of the way the data comes out of the data report.)
What I want is to separate the True and False into one column, the date into another column and the name into another column.
Any help would be gratefully received. I do not know how to use M code so if any advice comes this way it will need more explanation!
Thank you in advance
Solved! Go to Solution.
No, the "Hide Tables" just hide the tables in table view. User who have access to modify the report can unhide tables again. However, if your requirement is to let somes users can't see some specific rows, I would suggest you to use dynamic RLS instead.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
There's no straight solution but there's a workaround. Firstly, duplicate the tables into three tables. Then filter the three tables in conditions "TRUE or FALSE", "2019" and others like below:
Then merge the three filtered tables based on columns [PBO Start Date] and [PBO Category].
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for your reply, every time I have logged on the forum has been running maintaince work!
Thank you for your workaround, I had come to the same conclusion after trying to use Column from examples and looking at Gil Raviv "Collect, Combine and Transform Data using Power Query" whilst trying to solve this problem.
Am I correct in thinking that if I do follow the above and then create a merged table, that I can then hide the other tables in the model, so that they are not seen by others who want to then build visuals from the tables?
kind regards
No, the "Hide Tables" just hide the tables in table view. User who have access to modify the report can unhide tables again. However, if your requirement is to let somes users can't see some specific rows, I would suggest you to use dynamic RLS instead.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
79 | |
73 | |
58 | |
36 | |
32 |
User | Count |
---|---|
90 | |
62 | |
61 | |
49 | |
45 |