Recently I started exploring the limits of standard charts in Power BI and ended up drawing all sorts of mathematical functions. For the fun of it, I’ve decided to port a famous Homer Simpson-like curve to DAX and was really impressed by the result.
As always, there is no magic involved, just the usual trio:
- Prepare some iterator ranges in M
- Add some curve functions in DAX
- Visualize it 😍