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
rhl94
Advocate III
Advocate III

Refering to measures in SSAS returns blank

Hi

 

We are running a tabular model ong SQL Server 2019 and connecting through Power BI. Sometimes I create local measures, but sometimes they return blank. If I simply move the measure to the SSAS instance it works just fine. Any idea why? I have never encountered this issue before untill this week.

 

Here you can see an example of me dividing two existing measures in the SSAS. When returning the measures individually it works just fine.

 

rhl94_0-1642498151949.png

Even if I just directly refer to one of the measures it does not work:

rhl94_1-1642498223970.png

 

It's 50/50 whether it works. For example if I point to Closed Claim measure it works.

2 REPLIES 2
v-yiruan-msft
Community Support
Community Support

Hi  @rhl94 ,

Whether your problem has been resolved? If yes, could you please mark the helpful post as Answered? It will help the others in the community 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.
v-yiruan-msft
Community Support
Community Support

Hi @rhl94 ,

Please try to create a new measure based on measure [Revised or Extended Claims] as follows and then apply it to the measure [Share of Complicated cases R] to see if you get the correct result instead of the blank values... If no, could you please provide the formula for the measure [Revised or Extended Claims] and some sample data from the table of the fields that measure refers to? 

Measure =
SUMX (
    GROUPBY ( 'Table', 'Table'[YearKey], 'Table'[Month] ),
    [Revised or Extended Claims]
)
Share of Complicated cases R = DIVIDE ( [Measure], [Closed Claims], BLANK () )

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.

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.