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
DSimma
Advocate II
Advocate II

A group Measures stop calculating after a refresh

Has anyone seen an issue where a group of measures works fine in the Desktop app, but when you refresh that report through the service, the measures stop calculating? 

 

I haven't but am experiencing this on a report. Second ticket with MS Support and they seem clueless.

 

It works fine if I refresh through the desktop app and republish, but refreshing through the service makes those measures show as (blank)

7 REPLIES 7
KHorseman
Community Champion
Community Champion

Going to need a lot more details. What are these measures? What is the data source? Do all measures return blank after a refresh or just some? Does the same measure return all blank no matter what the context (different pages, different slicers and filters, etc)? Have you confirmed that the refresh is actually loading usable data?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Source is a folder of CSV file with a rather complex data model, everything is perfect in Desktop App. They are somewhat static, updated nightly. I do query a folder and filter that folder down and run combine binaries to bring in monthly files as one table.

 

The measures themselves are very basic, just calculating a percentage, using a Calculate of Countrows to filter divided by Countrows of the table. I have more that add an extra level of filtering.  All within one of the tables, not even passing over a relationship.

 

And yes they all show blank, no matter slicer context, I have them shown as cards on one page and charts on the other, and all show blank. 

 

The Data is fine, and get this, I publish and immediately refresh it, and they go blank, but the data never changed, its the same files. I can republish from the desktop, its fine again, refresh through service and they are blank again.

 

It is definitely a strange one, just curious if someone has seen something like this before.  I am starting to think I need to start a new PBIX file and recreate the model and 30 pages of report which is frustrating.

Hi @DSimma

 

I would double check that after the refresh that there still is data. From your explanation it sounds as if the data is not being fully refreshed, hence having blank measures.

 

Once the refresh has completed, I would edit the report, create another sheet and ensure that the data is still there or does exist in the data model.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

I found why they stop calculating, but no explanation as to why as of yet.

 

It seems the desktop app is fine leaving text as text on the refresh, but the Service is changing my text in to true/false values instead, however broken true false as they come through as 0/-1, instead of 0/1.

 

 

 

IT looks like adding transformation steps into my import to force two columns to be text fixed my issue. 

 

The Desktop app left it alone as text, but the Service wanted to convert it to True/False, being that I am looking for text, it wasn't calculating. 

 

Weird discrepency between the system, maybe MS will look into fixing it.

I am having this same, exact issue, and thanks to this post from the OP, I see the problem.  This seems to be very poorly documented, just do a search for "refresh measure blank" in this forum and you will see literally hundreds of threads.

 

In my case, my formula is:

OnRent =
CALCULATE (
COUNTA ( 'Fixed Asset'[On_Rent] ),
FILTER ( 'Fixed Asset', 'Fixed Asset'[On_Rent] = "TRUE" ))
 
The Fixed Asset table is an ODATA  and I am simply tryng to count the number of TRUE values in column On_Rent.  It doesn't get any simpler than that.
 
@DSimma what did you do force your columns to be text?  I know this is an old post but figured I'd try.
 

@DSimma,

 

For the CSV file data source wihch stored on your local folder, you need a personal gate way refresh your data. The Power BI Gateway - Personal acts as a bridge, providing quick and secure data transfer between the Power BI service and on-premises data sources that support refresh.

 

The personal gateway is only available with Power BI Pro. It installs and runs as a service on your computer. As a service, it runs using a Windows account you  specify during configuration. In some cases, the Gateway runs as an application. 
https://powerbi.microsoft.com/en-us/documentation/powerbi-personal-gateway/

 

So in your scenario, please configure gateway and check if this issue persists or not.

 

Regards,

Charlie Liao

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.

Top Solution Authors
Top Kudoed Authors