Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi @amitchandak ,
In my sample, it worked fine. I think the scenario may be caused when you merge queries. Can you please share some screenshots about the step of merging queries and the results? You could mask the sensitive data.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I added tables and joined them. And they trying to get data. Till the time I get data from one table, it is working. But if I use two tables, it is not working.
I have taken two tables in Direct query mode.
Joined them on Key column.
And then try to run a query where view by/group by is from the first table and agg column from the second tables.
| User | Count |
|---|---|
| 54 | |
| 37 | |
| 26 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 57 | |
| 38 | |
| 21 | |
| 21 |