Reply
Supreeth
New Member
Partially syndicated - Outbound

Need to Duplicate the row items based on an opportunity number. Split the opportunity value

Currently I have and Opportunity table. For an account the revenue will be tagged to a single region. Now i need to split the opportunity value between two regions with 50% revenue. How can this be achieved?

1 ACCEPTED SOLUTION
pankajnamekar25
Memorable Member
Memorable Member

Syndicated - Outbound

Hello @Supreeth 

 

You can create calculated table

 

Opportunity_Split =

VAR Regions = {"APAC", "EMEA"}

RETURN

ADDCOLUMNS (

    GENERATE (

        Opportunity,

        SELECTCOLUMNS (

            Regions,

            "Region_Split", [Value]

        )

    ),

    "Revenue_Split", [Revenue] / 2

)

 

 

Thanks,
 Pankaj Namekar | LinkedIn

If this solution helps, please accept it and give a kudos (Like), it would be greatly appreciated.

View solution in original post

4 REPLIES 4
pankajnamekar25
Memorable Member
Memorable Member

Syndicated - Outbound

Hello @Supreeth 

 

You can create calculated table

 

Opportunity_Split =

VAR Regions = {"APAC", "EMEA"}

RETURN

ADDCOLUMNS (

    GENERATE (

        Opportunity,

        SELECTCOLUMNS (

            Regions,

            "Region_Split", [Value]

        )

    ),

    "Revenue_Split", [Revenue] / 2

)

 

 

Thanks,
 Pankaj Namekar | LinkedIn

If this solution helps, please accept it and give a kudos (Like), it would be greatly appreciated.

Syndicated - Outbound

Hi @Supreeth 

 If our response addressed by the community member for  your query, please mark it as Accept Answer and click Yes if you found it helpful.

 

Should you have any further questions, feel free to reach out.

Thank you for being a part of the Microsoft Fabric Community Forum!
 

Syndicated - Outbound

Hi @Supreeth ,

We haven’t heard back from you regarding our previous response and wanted to check if your issue has been resolved.

If it has, please consider clicking “Accept Answer” and “Yes” if you found the response helpful.
If you still have any questions or need further assistance, feel free to let us know — we're happy to help!

Thank you!

 

Syndicated - Outbound

Hi @Supreeth ,

 If our response addressed by the community member for  your query, please mark it as Accept Answer and click Yes if you found it helpful.

 

Should you have any further questions, feel free to reach out.

Thank you for being a part of the Microsoft Fabric Community Forum!
 

avatar user

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.

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)