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.
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
29 | |
28 |
User | Count |
---|---|
99 | |
88 | |
62 | |
42 | |
39 |