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
Hi,
I have a problem with calculated columns. The goal is to get working calculated column month grouped similarly like Month grouped Measure. The best way is to look at the app which is the attachment
https://github.com/anatoli85/PowerBI .
@Anonymous , You can not create a calculated column based on slicer value , you have to create a measure
Month Type = Switch( True(),
Max(Table[Period]) = selectedvalue(Table[Period]),"This Month" ,
"Other"
)
I need a calculated column, is there any way to turn around this problem? Other BI tools (like Qlik, Tableuau) it is possible.
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.