The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am trying to replicate a power bi "desktop" model in a fabric lakehouse. I have a lakehouse with all the tables loaded and I've created a semantic model. I need to create some calculated columns based on lookups to tables within the model, however, the "New Column" functionality is not available.
Am I trying to do this in the wrong place or is there something that I need to configure to allow this functionality?
Thx!
Solved! Go to Solution.
This is not currently supported for semantic models derived from a lakehouse.
Please see: Learn about Direct Lake in Power BI and Microsoft Fabric - Microsoft Fabric | Microsoft Learn
As an option, you can create them in your lakehouse.
No, I don't believe you can use DAX. I was thinking how ever you created your lakehouse, like if you used Gen2 dataflows, you could replicate the logic.
No, I don't believe you can use DAX. I was thinking how ever you created your lakehouse, like if you used Gen2 dataflows, you could replicate the logic.
This is not currently supported for semantic models derived from a lakehouse.
Please see: Learn about Direct Lake in Power BI and Microsoft Fabric - Microsoft Fabric | Microsoft Learn
As an option, you can create them in your lakehouse.
Trying the same here, did you create the calculated columns using notebooks and add them to the lakehouse tables? Please let me know as i am currently trying to do the same. @blopez11 @JaviGolden
Depending on my scenario, I used either dataflows gen2 or notebooks to create new lakehouse tables/columns.
Thx. Can you use Dax in the lakehouse to do the lookups? I've not been able to figure that out.