Does Euler's Formula hold for 1-planar graphs? I've tested it for a couple of graphs and the result was $3$ instead of $2$.
Given a connected $1$-planar Graph $G=(V,E)$, with $n$ nodes, $e$ edges and $f$ faces. Does the following hold:
$$n - e + f = 3$$
I have not found any literature mentioning Euler's Formula in the context of $1$-planar graphs.
EDIT (copied from one of the comments): "A graph is called $1$-planar if it can be drawn in the plane so that each its edge is crossed by at most one other edge."

Your guess regarding how one might define faces might be useful if you took each pair of points in $G$ that form an overcrossing/undercrossing, and then squish those two points together to form a single new node, thereby converting $G$ into an ordinary planar graph (although changing the count of nodes and edges).
But since you are not squishing those two points together, there's no expectation of any nice formula.
It turns out that there are correct generalizations of Euler's formula, involving some more advanced topology. One such generalization, still comewhat close to Euler's formula for a planar graph, is the Euler characteristic of a surface.