Forum Discussion
SilentKernel
4 months agoFrequent Visitor
Display Stores Within Radius for Multiple ZIP Codes
Hi everyone, I am working on a Power BI report using Azure Maps. I have a STORE table that contains: Store name Address Latitude Longitude I also have a ZIPCODE table that contains all vali...
SilentKernel
4 months agoFrequent Visitor
I tried using both CROSSJOIN and GENERATE, but it keeps throwing the following error:
"You cannot use a calculated table to reference a Direct Lake table. The model includes a calculated table, which is not supported. Please remove the calculated table."
Is there any workaround for this limitation?
lbendlin
4 months agoSuper User
Try doing the processing in a measure rather than a calculated table.