Forum Discussion
Date - too slow calculation
Hi, I have column with date format, because of that reports are too slow.
I created two slicers from that column, but It has to calculate it from milions rows, that delays report calculation.
8 Replies
- BeemsCResolver III
This is probably a performance issue.
If you are not using a lot of the dates, it might be an idea to filter them out - AnonymousNot applicable
Hi pstanek,
If you only use certain dates for the dashboard you are trying to create, it is maybe better to filter them out in the "Query Editor" than to try to filter them out with a slicer.
- AnonymousNot applicable
The number of rows should not cause that kind of performance issue. Do you have relationships between tables with "Both" as the direction?
- pstanekPost Patron
I only create report in power Bi for others, so I use no additional slicer in Query Editor. Problem is that calculated column
Year=YEAR('Table'[Date]) ,Month=MONTH('Table'[Date]) are too slow ,when I have Slicers Year, Month.
It calculates so long only to say we have months 1-12. It should se useful to have calendar in power bi.
- AnonymousNot applicable
I don't see any reason why those columns would make anything slow. I use columns just like that. I'm certain the problem is something else. You didn't answer my question about table relationships.