What sites I logged in to using my Facebook credentials

Visit www.facebook.com/settings?tab=applications to see what applications and websites you’re logging in to using your Facebook credentials. You have 3 tabs to look at: Active: You recently logged into them with Facebook. These are active apps and websites that can access your Facebook data you chose to share with them. Use this list to: 1) View and update the…

May 5, 2018 · 2 min · 252 words · Vitalie Ciobanu

Expressions that yield variant data-type cannot be used to define calculated columns.

Error: “Expressions that yield variant data-type cannot be used to define calculated columns.“ Cause: IF based Calculated Columns in Power BI or Power Pivot with 2 different data types is not allowed. Solution: Format one data type as needed using FORMAT() function. [code language=”sql”] Age = IF ( TableName[Birthday] < TODAY(), FORMAT ( Year (…

April 26, 2018 · 1 min · 80 words · Vitalie Ciobanu