Forum Discussion

PBI5851's avatar
PBI5851
Icon for Helper V rankHelper V
4 years ago

Tuning my report

Hi,

I have a source from SQl server that is being retrieved. It is around 300k with 20 columns. I have a measure as below. 

Complete Jobs = CALCULATE(DISTINCTCOUNT(JobSource[Job_Name]), FILTER(Job_Source, Job_Source[New_Job_Value]= "Complete"))
The New_Job_Value is a new column. But for some unkown reason, this measure takes around 2 mins to display. 
 
Now I have around 6 different measure similar to above that i need to display. I am stuck as i am unable to display and run slicers etc as it takes forever. Please can you advise what am i missing. I understand, i am not providing much insight into my data structure , but this is as simple as a measure can get , yet takes toooo long ?
 

2 Replies