Forum Discussion
DAX calculation power bi
- 2 years ago
this case already solve
before that i using new column to create calculation
and i release my mistake so i use power query to created new calculation and column base on custom column and i refresh the data source at ower bi desktop
next i publish again to fabric workspace and data will be same from desktop and power bi app or (fabric)thank you
Hi EricoVincentciu ,
You can check the following:
1. If you use the Now() function in other formulas, the time display in Power BI Services is different from the time display in Power BI Desktop.
The time in Power BI Desktop is determined by the system time set in your local computer.
The time in Power BI Service is based on the time zone of the place where your data exists.
2. Also related to date formats, such as dd/mm/yyyy or mm/dd/yyyyy, you can use the FORMAT function in DAX expressions to solve this problem.
Solved: Power BI Service - Data Missing after refresh - Microsoft Fabric Community
3. If there is a Boolean data type in your dataset, it may cause this to happen. You can modify the Power BI filter to solve it,
After a scheduled refresh the report has no data - Page 2 - Microsoft Power BI Community
4. You can check to see if any filters are affecting the appearance of the data, and if you click the reset button to revert back to the default state.
If the results don't meet your expectations, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
this case already solve
before that i using new column to create calculation
and i release my mistake so i use power query to created new calculation and column base on custom column and i refresh the data source at ower bi desktop
next i publish again to fabric workspace and data will be same from desktop and power bi app or (fabric)
thank you