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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Caah
Frequent Visitor

Ultimo monthly figure not showing for all periods

Hi,

I have this issue where my measure is not showing a result for all periods. In this case January and March. I can't figure out what is causing this issue? 

 

 

PowerBI issue.png

1 ACCEPTED SOLUTION

Hi @Caah ,

You can create a new measure as below to put on the matrix instead of the measure [Backlog - Group currency]:

Measurea =
SUMX (
    GROUPBY ( 'Calendar', 'Calendar'[Year], 'Calendar'[Month], 'Calendar'[Week] ),
    [Backlog - Group currency]
)

Best Regards

Community Support Team _ Rena
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

4 REPLIES 4
v-yiruan-msft
Community Support
Community Support

Hi @Caah ,

Whether your problem has been resolved? If yes, could you please mark the helpful post as Answered? It will help the others in the coummunity find the solution easily if they face the same problem with you. Thank you.

Best Regards

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

Hi, @Jihwan_Kim 

 

My measure is as below. The issue is not related to having 0 value on the dates.

Backlog - FIX =
SUMX(
SUMMARIZE(Company,Company[Company],
"Backlog", [Backlog - Group currency]),
[Backlog])
------------------
Backlog - Group currency =
VAR CompanySelect = SELECTEDVALUE(Company[Company])

RETURN
SWITCH( TRUE(),
CompanySelect = "STNL",[Order backlog]*CALCULATE('Currency'[Monthly currency],'Currency'[Attribute] = "EUR"),
CompanySelect = "STIT",[Order backlog]*CALCULATE('Currency'[Monthly currency],'Currency'[Attribute] = "EUR"),
CompanySelect = "Nikro",[Order backlog]*CALCULATE('Currency'[Monthly currency],'Currency'[Attribute] = "EUR"),
CompanySelect = "STUS",[Order backlog]*CALCULATE('Currency'[Monthly currency],'Currency'[Attribute] = "USD"),
CompanySelect = "RH",[Order backlog]*CALCULATE('Currency'[Monthly currency],'Currency'[Attribute] = "USD"),
CompanySelect = "FC",[Order backlog]*CALCULATE('Currency'[Monthly currency],'Currency'[Attribute] = "USD"),
CompanySelect = "STJP",[Order backlog]*CALCULATE('Currency'[Monthly currency],'Currency'[Attribute] = "JPY"),
CompanySelect = "STAI",[Order backlog]*CALCULATE('Currency'[Monthly currency],'Currency'[Attribute] = "MYR"),
CompanySelect = "STCN",[Order backlog]*CALCULATE('Currency'[Monthly currency],'Currency'[Attribute] = "CNY"),
CompanySelect = "STBR",[Order backlog]*CALCULATE('Currency'[Monthly currency],'Currency'[Attribute] = "BRL"),
CompanySelect = "STMX",[Order backlog]*CALCULATE('Currency'[Monthly currency],'Currency'[Attribute] = "MXN"),
CompanySelect = "Intercompany", CALCULATE([Intercompany orderbacklog - FIX], REMOVEFILTERS(Company))*-1,
[Order backlog])
_______________________
Order backlog =
CALCULATE([Orderbacklog - (1000)],
FILTER(ALL('Calendar'),
'Calendar'[Week] = MAX('Calendar'[Week]) && 'Calendar'[Month] = SELECTEDVALUE('Calendar'[Month]) && 'Calendar'[Year] = SELECTEDVALUE('Calendar'[Year])))

Hi @Caah ,

You can create a new measure as below to put on the matrix instead of the measure [Backlog - Group currency]:

Measurea =
SUMX (
    GROUPBY ( 'Calendar', 'Calendar'[Year], 'Calendar'[Month], 'Calendar'[Week] ),
    [Backlog - Group currency]
)

Best Regards

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

Hi, @Caah 

I am not sure how your measure looks like, but I assume your measure is trying to find the last value for each period.

Please try to check if you have zero value on 31st Jan and 31st Mar.

 

Hi, My name is Jihwan Kim.

 

If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

 

Linkedin: linkedin.com/in/jihwankim1975/

Twitter: twitter.com/Jihwan_JHKIM

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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