Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello All,
I'm getting this error, when trying to create a calculated columns.
I'm connected to two data sources: a live connection to Analysis service and an imported table.
here is the dax that is causing the issue:
CALCULATE(
SUM(table 1 [cost]),
table 1 [ID] = CurrentID,
table 1 [date] >= datecurrent,
table 1 [date] <= FirstDateOverCostAB
)
Note: Table 1 has over 10 million IDs.
Appreciate your help!
Hi @hiba_aziz
I am not sure about CurrentID, datecurrent, FirstDateOverCostAB you are using, are these variable in DAX
Please create a PBIX with few sample record and share the google drive or dropbox or onedrive link
Proud to be a Super User! | |