Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I have measure that works fine on PBI Desktop but after refreshing on on PBI Service, it produces blank results. What i have is a matrix table as a visual. When i click on refresh in PBI Desktop the calculation produces numbers. I upload the file to PBI Service and it shows fine. However, after a refresh in the PBI Service, the result is always blank. No errors appear, just blank values.
The measure:
CALCULATE(
SUMX(
SUMMARIZE(
FILTER(
CROSSJOIN('Contract Invoice Schedule',DateTable),
DateTable[Date]>EOMONTH([PARAMETER Forecasts to Actuals],0) // Parameter is a date
&&
DateTable[Date]>=('Contract Invoice Schedule'[Start of invoice rev rec date])
&&
DateTable[Date]<=('Contract Invoice Schedule'[End of invoice rev rec date])),
'Contract Invoice Schedule'[Contract ID & Line Item ID],DateTable[Month & Year],"Amount",
DIVIDE(MAX('Contract Invoice Schedule'[Net Amount]),MAX('Contract Invoice Schedule'[Months]))),[Amount]))
What is causing this?
I know this is old but I didnt see a solution. I had the same issues where a measure worked fine in PBI desktop but showed blank when published to the service. I set the fields used in the message to explicit data types as i think the service was converting them to different values. This worked for me.
Andy.
Hi All,
Is there a solution identified for this? I am facing similar issues at work and it is affecting important deliverable.
I have the latest August version of Power BI downloaded.
The measure works absolutely fine in desktop, but returns blank in service after a refresh. The first image below represents DAX measure values in desptop. Second image represents the blank values in service after refresh.
Table values on PBI desktop
<Blank> values in Service
Any thoughts/comments on why this could be happening?
Best regards,
Pooja
Hi @CarlsBerg999 ,
Are you using the latest version of Power BI desktop? Could you please share your PBIX file without sensitive data?
Is the meature [PARAMETER Forecasts to Actuals] related to the DateTable? After the dataset refreshed, does the meature have a value?
Best Regards,
Winniz
Connect DAX Studio to the dataset in the service, then run the measure query and check for any error messages or compatibility warnings.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
36 | |
27 | |
26 | |
25 |
User | Count |
---|---|
62 | |
53 | |
30 | |
23 | |
22 |