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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Ramalhomarcelo
Frequent Visitor

disaggregated Data

Hi everybody

 

I’m trying to create a table and, I don’t know why, I can’t disaggregate all the rows.

In the database, I have 7 rows with the same id, date,  description and value and I want that the table contains all the 7 rows. Instead, the table aggregate the information and only appears one line with the amount.

What I want

Id

Date

Descr

Value

1029

17/07/2019

345

750.00

1029

17/07/2019

345

750.00

1029

17/07/2019

345

750.00

1029

17/07/2019

345

750.00

1029

17/07/2019

345

750.00

1029

17/07/2019

345

750.00

1029

17/07/2019

345

500.00

 

 

 

What I have

Id

Date

Descr

Value

1029

17/07/2019

345

750.00

 

Noted that in the setting I have already set the variables to “not summarize”.

In order to overcome this issue I create a function “row_number”  but with this function my importing data settings through to “import” instead direct query”

 

Do you have another solution to this issue?

 

Thanks

1 ACCEPTED SOLUTION
TeigeGao
Solution Sage
Solution Sage

Hi @Ramalhomarcelo ,

Based on my researching, it is still not supported to display the Duplicate data in Table visualization, as a workaround, we can create an index for this table in Power Query:

hdDx3Akxiq.gif

Best Regards,

Teige

View solution in original post

1 REPLY 1
TeigeGao
Solution Sage
Solution Sage

Hi @Ramalhomarcelo ,

Based on my researching, it is still not supported to display the Duplicate data in Table visualization, as a workaround, we can create an index for this table in Power Query:

hdDx3Akxiq.gif

Best Regards,

Teige

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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