Is there a standard quantification of how far a lattice is from being distributive? And Boolean? Or anyway how non-exact the representation is?
In other words, is there an object (or number) which is trivial (or zero) when the lattice has the desired property?
If your lattice is a group, the following captures my intuition of how "far" it is from being distributed: $$\sum_{x, y, z} | x\wedge (y\vee z) - (x\wedge y)\vee (y\wedge z) | $$ where $| x | = x\vee x ^ {-1} $. It has the property that the sum is zero if and only if the lattice is distributive.
Sadly, any lattice ordered group is distributive, so this sum will always be 0 where it is defined. You could do something simple like count the set of triplets $x, y, z$ which are not distributive, but given the above problem with l-groups I doubt you can do much more.
Edit: you asked about a "norm" for lattices. I'm not aware of any standard definitions, but based on the little I know about your problem it seems like you might want to know how many "steps" it takes to get from $x$ to $y$ when you view the lattice as a graph. Here's one way to operationalize that.
I'm going to suppose you have some measure $\mu$ on the underlying set of elements from your lattice (this can be as simple as $\mu(S) = | S |$). Define the lower distance between $x$ and $y$ as $$d_l(x, y) =\mu(\{z: x\wedge y < z < x\}) +\mu(\{z: x\wedge y < z < y\})$$ and similarly the upper distance $$d_u (x, y) =\mu(\{z: x\vee y> z > x\}) +\mu(\{z: x\vee y > z > y\})$$ You can then define the distance as $$d(x, y) =\min(d_l, d_u)$$ If your lattice is discrete you could go even further and just specify that the distance between $x$ and $y$ is the shortest path when the lattice is viewed as a graph, possibly with some modifications depending on how you want to count incomparable elements.
For example, in this simple lattice: