Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have two tables with a date column in each one of them and theses data columns values are not exactly matched but fall within the same year and month
I need to create a new column in Table2 which contains the average of "OrdersCount" column in Table1 and its Dax query to be equivalent of this SQL query
To get the following result
solved your problem with power query
Please check attached pbix for more details
https://dropmefiles.com/TSDYE
| User | Count |
|---|---|
| 50 | |
| 41 | |
| 32 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 72 | |
| 37 | |
| 27 | |
| 24 |