Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Friends,
When I try to add a new coulmn into the table visual the rows are getting duplicated. If I add the coulmn (Comments), the remaing coulmns are showing like this. How to fix this issue.. please advise.
Name | Subject | Comments | Test1 | Test2 |
SA | Maths | 50 | 50 | |
SA | Maths | Pass | 50 | 50 |
ASH | Computer | 45 | 50 | |
ASH | Computer | Improve | 45 | 50 |
ARVi | English | 30 | 30 | |
ARVi | English | Fail | 30 | 30 |
Thanks
Hi @LearnPowerBIAS ,
According to your description, here are my steps you can follow as a solution.
(1) We can create a measure.
Flag = IF(MAX('Table'[Comments])=BLANK(),0,1)
(2)As shown in the following image, [Flag] is placed on the filter of the visual, and the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
No, I cant use this formula. There are some more rows coming as null.
Hi @LearnPowerBIAS ,
Please check if your Comments column has null values itself? Click "Transform Data" to enter the Power Query editor, filter out the null values of the data, and click "Close and Apply". Or select all columns except Comment, perform Group By, and then add the aggregate column with the maximum value of Comment.
If not help, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.