Skip to content

Repository files navigation

D-Pad 3D

Simple Power BI visual that works like a directional pad for 3D games.

Tip: Generate the vertical, horizontal and rotation columns with the DAX below:

Location Table = CROSSJOIN(
        SELECTCOLUMNS(GENERATESERIES(1;50);"X";[Value]);
        SELECTCOLUMNS(GENERATESERIES(1;75);"Y";[Value]);
        SELECTCOLUMNS(GENERATESERIES(0;330;45);"V";[Value])
        )

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages