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
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.
Anonymous
9 years agoNot applicable
I have stopped creating date tables, and now create additinal columns within the table separating the month, day and year from the date column. After, I create attach an excel spreadsheet with distinct date values. This seems to be easier with lots of tables with multiple dates and years.
The problem was in the indexing table, I made the relationship inactive, and it is now working. I will have to see what the issue is with the relationship.
- Anonymous9 years agoNot applicable
I just lost $20!? :)
- Anonymous9 years agoNot applicable
Anonymouscan I claim that you owe me $20 since inactive relationship was #1 on my list? :smileyvery-happy:
- Anonymous9 years agoNot applicable
AnonymousAnonymous
The indexing column was actually last lol!
There was never a date table.