Hello Gurus
I have a table in Postgresql database that has duplicate values and I want to calculate target_sales based on sales_id column. I am looking for a measure using DAX.
Desired Result should be
Appreciate all your help.
Thanks
I have a table in Postgresql database that has duplicate values and I want to calculate target_sales based on sales_id column. I am looking for a measure using DAX.
Desired Result should be
sales_id | target_sales |
10 | 3,000,000 |
11 | 4,500,000 |
7 | 2,500,000 |
8 | 3,500,000 |
9 | 5,000,000 |
6 | 1,500,000 |
Appreciate all your help.
Thanks
Attachments
Last edited: