Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
LearnPowerBIAS
Frequent Visitor

Table Visual - Help

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. 

NameSubjectCommentsTest1Test2
SAMaths 5050
SAMathsPass5050
ASHComputer 4550
ASHComputerImprove4550
ARViEnglish 3030
ARViEnglishFail3030

 

Thanks

4 REPLIES 4
Anonymous
Not applicable

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.

Picture1.png

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. 

Anonymous
Not applicable

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.

Picture1.png

Picture2.png

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. 

alekhved
Resolver I
Resolver I

hi @LearnPowerBIAS 

 

What's the calculations used in the new calculated columns?

 

Thanks!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors