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
Anonymous
Not applicable

Data visualizations not showing all rows

Thanks in advance.

 

I'm having a weird issue where a table visualization I created will not show all the rows of data. Based on the filters applied, there should be 10 rows, and a count confirms that. But a table of the same data reduces down to only three rows.  Any idea what's going on?  data table issue.PNG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous 

 

Maybe you could try adding an index column to your data and put that into your visual. Since it is no longer "duplicate", it should show everything you have. Remember to add the index column into your visual.

 

Daren

View solution in original post

8 REPLIES 8
lprado
New Member

right click on column for that visual and choose "show items with no data"

Best answer. This sorted it out. cheers

az38
Community Champion
Community Champion

hi @Anonymous 

try to  set "Do not aggregate" in parameters Transaction_Amount field in Visualizations pane

 

do not hesitate to give a kudo to useful posts and mark solutions as solution


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn
Anonymous
Not applicable

I do have data visualizations set to 'Don't Summarize'. The issue appears to be that it doesn't want to repeat what it thinks is duplicate data. This is what this is - it's duplicate purchases from my company's purchase card log, so the dates, merchants, amounts, etc are the same. Any idea? Thanks.

@Anonymous 

It sounds like you have 10 rows of data, but only 3 distinct Merchants. Unless the other fields (transaction_date for example) are distinct, the aggregation on Transaction_amount kicks in to provide the "total" per row (all other fields being the same).

Can you provide a sample of your data?

 

PS: BTW, are you using a table or matrix visual?





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Anonymous
Not applicable

Hi @Anonymous 

 

Maybe you could try adding an index column to your data and put that into your visual. Since it is no longer "duplicate", it should show everything you have. Remember to add the index column into your visual.

 

Daren

Anonymous
Not applicable

Thanks. This worked once I put in a unique field native to the data.

jdbuchanan71
Super User
Super User

The transation amount measure is filtering the results and only returning the merchant_names where the amount is not blank.

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!

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