Forum Discussion
jainesh12
3 years agoFrequent Visitor
SQL Query to DAX
SELECT customer_id, SUM(amount) AS total_sales FROM orders GROUP BY customer_id; How can I convert it to a DAX function? Is there any AI tool that converts SQL queries to DAX functions? (Except...