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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Almantas32
Helper II
Helper II

Monthly Goals gets aggregated

Hey, guys, 

 

I am trying to create a graph comparing actual monthly revenue, to the planned goals. 

The Revenue is a calculate measure - Total ex revenue wich is the sum of the Expected revenue column. 

 

And the Goals added myself and it looks like this:
Annotation 2020-03-05 100027.png

I conected them via calendar Month of year column:

Annotation 2020-03-05 094648.png

 

When I compare Total Ex revenue and the Goals in a table it's all good:
Annotation 2020-03-05 100155.png

But when I do it in a graph, Power Bi aggregates the goal column, even though I have chosen the option Don't summarise as default:

 Annotation 2020-03-05 100414.png

 

My question is one of two: 

 

1. How do I combine these two measures in one graph? 

or

2. Should I go another way with goals to acctuals comparison? 

 

Keep it as simple as possible folks 🙂 

1 ACCEPTED SOLUTION
v-lid-msft
Community Support
Community Support

Hi @Almantas32 ,

 

We can try to create a measure to show the goal of each month in charts:

 

Monthly Goal Measure =
CALCULATE (
    SUM ( 'Goals Table'[Monthly Goals] ),
    FILTER (
        ALLSELECTED ( 'Goals Table' ),
        [Month Number]
            IN FILTERS ( 'Calendar Ex Closing'[MonthOfYear] )
    )
)


If it doesn't meet your requirement, Could you please show the relationship between the 'Goals Table' and the table which contain column used in the x-axis Field?


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-lid-msft
Community Support
Community Support

Hi @Almantas32 ,

 

How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?


Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-lid-msft
Community Support
Community Support

Hi @Almantas32 ,

 

We can try to create a measure to show the goal of each month in charts:

 

Monthly Goal Measure =
CALCULATE (
    SUM ( 'Goals Table'[Monthly Goals] ),
    FILTER (
        ALLSELECTED ( 'Goals Table' ),
        [Month Number]
            IN FILTERS ( 'Calendar Ex Closing'[MonthOfYear] )
    )
)


If it doesn't meet your requirement, Could you please show the relationship between the 'Goals Table' and the table which contain column used in the x-axis Field?


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Mariusz
Community Champion
Community Champion

Hi @Almantas32 

 

Most probably its the fact that Year filter is not propagating your budget table.

Use the pattern in the article: link below - to set your budget table correctly.

https://www.daxpatterns.com/budget-patterns/ 

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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