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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi @chaitanya1 , hello rohit1991 and rajendraongole1 , thank you for your prompt reply!
Is there any progress on this issue?
If you find rohit1991's answer is helpful to you, please remember to accept it.
It will help others who meet the similar question in this forum.
If you have any further related issues, please feel free to reply!
I didn't get proper result because i have separate quarter table as well with month table there are so many issues in qiarter i can't paste all info here due to data protection.
Hi @chaitanya1 ,thank you for your feedback.
Could you please share sample data and the table structure without any sensitive information for better troubleshooting?
Thank you for your understanding.
I’ve seen this kind of issue before, when you’re working with both month and quarter tables in Power Query, grouping and aggregating can get tricky.
Here’s what usually helps:
Sort your data first: Before grouping, sort by your period column (like MonthSinceGoLive) so you get consistent results.
Group with clear keys: In your Table.Group step, only use the columns you want as group keys like Distribution Point Type, City, MonthSinceGoLive, etc.
Use the right aggregation: For sums, use List.Sum; for unique counts, use List.Count(List.Distinct(...)). Double-check your column types match what you expect (number, text, etc.).
Add a quarter column if needed: If you want to group by quarter, create a new column first using Date.QuarterOfYear, then group by it.
Try to use a single Date table: If you can, create one Date table with columns for month, quarter, year, etc. and link both your monthly and quarterly data to that. It makes analysis and calculations much smoother and less error-prone.
Test with a small dataset: Try your logic on a small set of rows to make sure your grouping and aggregation are working as intended before running it on the full data.
If you can share a sample structure (with sensitive info removed), I can help troubleshoot the exact steps. Hope this helps!
Hi @chaitanya1 - if possible , please share pbix snapshot or file by removing the sensitive data. it helps to analyse.
FYR
Proud to be a Super User! | |