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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
codyraptor
Resolver I
Resolver I

Offset not showing value no rows

Here is my requirement:  I need to show the Gross of child 2 on the row of child 1.  See visual below....

 

Parent IDChild IDChild DateTypeGrossOffset GrossOffset Gross
111/1/2023norm$100$250 
121/5/2023xfer$250 $100

 

I've created an offset calculation against a summarized table and it seems to work.  I can see the value in the 'total', but the value will not show on the rows.  I assume because they're being hidden.  This is a STAR schema and Parent/Child/Date/Type are all different DIM tables.  Gross is calculated in the FACT table.  Any help is greatly appreciated.
This is my current measure:

CALCULATE(
        [gross],
        OFFSET(
        -1,SUMMARIZE(
        Fact,
        Fact[Parent ID],
        Fact[Child ID],
        Fact[Date]) ,
        orderby([Parent ID] ,ASC,[Date],ASC)
        ,,PARTITIONBY([Parent ID])
        )
1 REPLY 1
Anonymous
Not applicable

Hi @codyraptor ,

Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.

How to Get Your Question Answered Quickly  

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.