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
Anonymous
Not applicable

How to create a table in Dax

Hello everyone, 
In advance, sorry for broken english. 
So, I need help creating a table inside dax where i can unite two measures with a data collumn. Something like this: 

Gigizinho_1-1653067725696.png

Can anyone help me with that? 

Thanks! 

3 REPLIES 3
Anonymous
Not applicable

I thank you all for trying to help me, but none of your suggestions worked. And now I found out a new problem with my dax formula. I will create another post explaning my new issue. 

v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

Try it.

new table =
SUMMARIZE (
    'table',
    [date],
    "Gn_executed/GF", SUM ( [Gn_executed/GF] ),
    "PhysicalGuarantee_Sazon", SUM ( [PhysicalGuarantee_Sazon] ),
    "GF_Sazon_YTD", ["GF_Sazon_YTD],
    "Generation Real/Forecast", [Generation Real/Forecast]
)


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Arul
Super User
Super User

@Anonymous ,

Can you let me know your current and expected output by providing appropriate screenshots of both?

Thanks,

Arul





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


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
Top Kudoed Authors