Get percentage value coulmn

You’d do it the same way you would in SQL, with a join.

Add a Summarize node with Count of rows grouped by Description, then join the table with the percentage on Description (assuming its unique).

If that isn’t clear, post your SQL query and we can translate it into a notebook query.