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.
I want to create a create a column using the following function: ID_market = if ([ID_email] = username(); "MyCompany";"Market")
I want every user to see its market share. After creating the column above would create a measure of "market share"using the function "calculate".
But I can not create the column "ID_market"
how do i do that?!?!