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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Syndicate_Admin
Administrator
Administrator

Generate values from a table

Good:

You would need help generating a table from the following:

AAM1403_0-1652357371274.png

it would be a matter of transferring to a new table each monthly amount as many times as indicated in the repetion column and also the number of months that result from increasing the initial month (MesI) to the final month (MesF).

Thanks in advance

1 ACCEPTED SOLUTION

Thanks for the contributions, finally I oriented it from another side and it worked for me, instead of creating the table what I did was generate the monthly values in the initial table and start from it.

View solution in original post

3 REPLIES 3
v-xiaotang
Community Support
Community Support

Hi @Syndicate_Admin  @AAM1403 

What I see is the following.

vxiaotang_0-1652766836856.png

I can probably guess that you want to use some columns, such as importeMens, to create a new table, but I'm not sure which other columns you need to add to the new table. Can you provide some information? If the calculation formula is involved, please also provide it. Thanks.

To create a new table, you can use this function: SUMMARIZECOLUMNS(),

SUMMARIZECOLUMNS( <groupBy_columnName> [, < groupBy_columnName >]…, [<filterTable>]…[, <name>, <expression>]…)

SUMMARIZECOLUMNS function (DAX) - DAX | Microsoft Docs

 

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

Evaluate the usefulness of Incremental Refresh in your scenario.

 

Please provide sanitized sample data that fully covers your issue. If you paste the data into a table in your post or use one of the file services it will be easier to assist you. Avoid posting screenshots of your source data if possible.

Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

 

Thanks for the contributions, finally I oriented it from another side and it worked for me, instead of creating the table what I did was generate the monthly values in the initial table and start from it.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors