Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not 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 3
Kishore_KVN
Super User
Super User

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. 

Anonymous
Not applicable

I used Dataverse connector to import the data. I dont beleive there was a limit on the data size

KriZo
Resolver II
Resolver II

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) ? 

KriZo_0-1693908029910.png

Example Pbix file. 

https://we.tl/t-vtIjY7NEgn

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors