This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
I need to sum data from another table in direct query mode. The operation is like SUMIFS in Excel, i need to sum column Bags in table VW_MovementSheet_Details with filter column DeliveryID in table VW_Sourcing_Deliveries_Monitor . I have tried some query that i found in youtube but thats only work in excel not in Power BI direct query.
Solved! Go to Solution.
Hi @Anonymous ,
If the tables are connected in Power BI using DirectQuery mode, creation of calculated columns is restricted. This is one of the limitations of DirectQuery mode in Power BI.
Rather than creating a caluclated column you will have to create a measure using DAX expression.
Thanks,
Pragati
Hi @Anonymous ,
If the tables are connected in Power BI using DirectQuery mode, creation of calculated columns is restricted. This is one of the limitations of DirectQuery mode in Power BI.
Rather than creating a caluclated column you will have to create a measure using DAX expression.
Thanks,
Pragati
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.