Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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:
Can anyone help me with that?
Thanks!
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.
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.
@Anonymous ,
Can you let me know your current and expected output by providing appropriate screenshots of both?
Thanks,
Arul
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.