Power BI - Getting Data
You have two tables: 'Sales' from SQL Server and 'Targets' from Excel. You create a relationship on 'ProductID'. What will happen if you create a measure:
Total Sales = SUM(Sales[Amount]) and use it in a report filtered by 'Targets[Year]'?