Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Sofinobi
Helper IV
Helper IV

Force Summarize Table

Good morning all,
please, i have 3 tables ; "Sales_Tab" as fact,
                                     "ThirdParty" as dim, and Date Table
i want to create a summarized table with 3 columns ; Client, Start of Month, Sales
1 - but i want to force the table to display the client event if he has not sales data in that month (want to display 0)
2 - if it's possible, filter the months only for the 6 last months (including current month)
i have this code, but it doesn't give me what i want exactely.

Summarize Table = SUMMARIZE(Sales_Tab,ThirdParty[Client],DATE[Start of Month],"Sales",[Total Sales])

thank you so much for your help



1 ACCEPTED SOLUTION

Summarize Table = ADDCOLUMNS(SUMMARIZECOLUMNS(Client[Oid],'Date'[Month]),"Sales", calculate(0+SUM(Sales[Amount])))
 
lbendlin_0-1709484044866.png

 

View solution in original post

5 REPLIES 5
Sofinobi
Helper IV
Helper IV

please, any advice?

Summarize Table = ADDCOLUMNS(SUMMARIZECOLUMNS(Client[Oid],'Date'[Month]),"Sales", calculate(0+SUM(Sales[Amount])))
 
lbendlin_0-1709484044866.png

 

thank you my friend for you answer, it works perfectly
thank you again.

lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).

Do not include sensitive information or anything not related to the issue or question.

If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

thank you for your answer,
here is a sample PBIX file
i would like ; all the client from the client table even if they haven't sales in that month

Summarize.pbix 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.