Forum Discussion
Replacing (Blanks) with 0
- Anonymous7 years ago
The solution didn't work.
I did solve it by creating a new measure:HourlyCount = var HourlyCounter = CALCULATE(SUM(CounterTable[Value]))
return IF(ISBLANK(HourlyCounter), 0, HourlyCounter)
Anonymous ,
Click-> Query Editor-> Replace Values and input replace null with 0 like below:
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This will be valid if the table where the value would null.
The problem is I link two seprate tables to fill the matrix.
If the table of shift time is static and only holds 24hours and some tekst to make the report more clear.
24hours table
I dont get the date from the machine in the database for each hour. The database simple has no line for the production counter if it has not produced any
table with machine numberresults in matrix