The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.