Forum Discussion
Anonymous
3 years agoNot applicable
Calculated Column taking hours to populate
Hi Guys,
I'm having an issue where I created a simple calculated column ->
FirstTrxDate=
MINX(
FILTER(
k3c_pointaudittrails,
k3c_pointaudittrails[k3c_transactiondate] > listmembers[createdon]
),
k3c_pointaudittrails[k3c_transactiondate]
)
I've left it for a few hours but it's still 'Working on it"
the listmembers table contains 22M rows. I expected it to take long but now has been 4 hours and it crashed. Am I pushing it too hard?
PS I'm u
3 Replies
- AnonymousNot applicable
Could you do it upfront in Power Query?
Where you do a grouped indexing, based on k3c_pointaudittrails so you get something like this, and then you build your measures based on calculate(something,table[index]=1) ?
Example Pbix file.
- Kishore_KVNSolution Sage
Hello Anonymous ,
what is the mode of connectivity you are using. Have you imported data. If so is there any way to limit data size? Can you please let me know some details of this.
- AnonymousNot applicable
I used Dataverse connector to import the data. I dont beleive there was a limit on the data size