The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi All,
I need to Get the Sum of a specific Column from a table Called Outputs. I use the below Logic. However it is not working. It is considering ColName as a name of the column whereas it should consider Total as the column name. Is there any way to solve this
let
ColName="Total",
FilteredTable = #"Output",
result = List.Sum(FilteredTable[ColName])
in
result
Solved! Go to Solution.