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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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