Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have a small problem with PBI. I have 2 tables namely 'Salesforcemerge' which contains Subscriber Number, Term Start Date, TermEnd Date, etc, and 'UsageFullAgg ' which contains Subscriber Number (with duplicate values) , Ordered Date, Value as shown in the picture. I want to merge them in a single file so that I can get aggregate values of Value Column present in 'UsageFullAgg ' table.
The sample sql query is something like this:
Can someone tell me how can I implement the same rule in Power BI?
Thanks in advance 🙂
Solved! Go to Solution.
@Anonymous
You can only implement these step by step, there are different methods, a short guide:
1. Group by in the Query Editor
2. Inner Join
3. Create a Distinct table when A.name='S75000001749', for example:
@Anonymous
You can only implement these step by step, there are different methods, a short guide:
1. Group by in the Query Editor
2. Inner Join
3. Create a Distinct table when A.name='S75000001749', for example:
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 13 | |
| 7 | |
| 7 | |
| 5 | |
| 4 |