Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.