The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Dear ALL,
Look at the function below. As you see there Userelationship function. Therefore I was not able to add a new calculated column. I was able to add a new calculated column after removing Userelationship function. I don't know what the reason is.
Solved! Go to Solution.
Thanks for you reply. I tested the same function several times to add a new column. However, I didn't get any errors with it. Instead, I just get a blank column called Column1. It would be better if I got an error about it. I wouldn't waste my time testing it multiple times. Thanks a lot.
USERELATIONSHIP must be used in CALCULATE as a context modifier, which are doing. Please see this SQLBI post on using USERELATIONSHIP in calculated columns.
Thanks for you reply. I tested the same function several times to add a new column. However, I didn't get any errors with it. Instead, I just get a blank column called Column1. It would be better if I got an error about it. I wouldn't waste my time testing it multiple times. Thanks a lot.