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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors