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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
MZZH
Regular Visitor

Repeating Rows in Pivot Table

I am having repeated line items in my pivot table below (see picture) .. the correct format should be Balance Sheet items appearing under the Balance Sheet section and likewise for Income Statement. I am guessing it might be something wrong with how the data model and/or Fact Tables being set up (see second picture for the data model). Can anyone kindly advise what are the changes required to achieve the desired format please?

MZZH_1-1677479295191.png

ffwqfq

MZZH_2-1677479355399.png

 

2 REPLIES 2
BA_Pete
Super User
Super User

Hi @MZZH ,

 

The first thing I'd do is check that null values are null, rather than blank, in the source data.

If null values do not explicitly say 'null' in the value cell then you can either:

-1- Right-click on a blank value in your values column, select 'Replace value' and write 'null' in 'Replace With...'

-2- Filter out the rows which only have a blank value

 

The next thing would be to just filter the pivot table, where 'Value' <> BLANK() and <> null.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




MZZH
Regular Visitor

Additonally, these are the simple dim tables:

MZZH_0-1677480435449.png

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors