Forum Discussion
Powerbi.com Server Time
Thank you very much, I'll try asap. Now I have another big problem with the "BLANK" value:
I have a column that often is total "EMPTY" with no value or "Empty" value. So when I try to count the column wint a measure the result of measure is "BLANK" does it mean that I can't have a "0" value if the colum is total empty.
The problem is that if I set an alert in my dashboard with a certain value, the measure when is "empty" in the report on dashboard it not change value with "Blank", i can see only the last valid value of measure.
I tried to convert in number but no "0" result, only "blank"; I tried to use the text column but when I have "blank" there is not a text to extract.
Unfortunatly I have this colums that sometimes have 3-4 rows to count, and sometimes is total without rows or null value; this colum is a sql table that generate dates and delete the sames after some time.
Can I "simulate" or "forced" a value "0" when I have no dates or without rows?
Thanks
Hi Maffimau,
Can I "simulate" or "forced" a value "0" when I have no dates or without rows?
Could you try adding "+ 0" to the end of the formula of your measure to see if it works? :smileyhappy:
measure = COUNT(<column>) + 0
Regards
- Maffimau9 years agoFrequent Visitor
Hi, thanks for the suggest but I tried and I can not do it because:
I have a clumn that is a result from a sql tabel throw 5 filters! So if I use the function "count" the result is from the original table without filters; does it mean that the result have to be "1" (from the table with filters), but with "count" function the result is 96K.
I don't know if there is a trick to "count" with few filters in the same function, and the filters come from interrogation to others table of sql.
Thanks
- dmvega9 years agoFrequent Visitor
Does anyone know if this is going to be fixed? This is a problem becuase I use some views/page/report filters that uses the advanced filter option to see data from yesterday, but at 7pm local time the data in server shows no info because I am -5GMT and server is in UTC, and I have no idea how to fix this.
Regards
Diego