Forum Discussion
Anonymous
9 years agoNot applicable
Count and Countrows returning 'Blank' Value
I have a table with over 200,000 phone calls; but when I use 'Count' or 'Countrows' the value returned is blank. What could be the underlying issue? My measure is: Total Calls = COUNTROW...
Anonymous
9 years agoNot applicable
Are there relationships with other tables involved here?
- Anonymous9 years agoNot applicable
Anonymous
Yes, A relationship to the date table, and an indexing table
- Anonymous9 years agoNot applicable
OK, there are a number of possibilities here.
- Is the relationship with the date table active or inactive?
- Are you sure that the date column in your phone call table is actually the date datatype and not datetime? Like in the query, what is it set to? If it's datetime in the query, even if you set the datatype to date in the Power BI data model it won't work. There are other digits hidden so the dates will never match a date in your date table.
- If none of that solved it, tell me more about this indexing table.
- Anonymous9 years agoNot applicable
I got $20 on "the date relationship has times in the fact table". You can't JUST change the "Data type" and/or "Format" on the Modeling ribbon... which, I dunno... I think i wish it works for Data Type at least?
You need to change the underlying data to NOT HAVE times (hopefully just using "Edit Queries")