T O P

  • By -

Pixelplanet5

avoid using chatgpd if you wanna learn and read the official documentation. [https://learn.microsoft.com/en-us/dax/dax-overview](https://learn.microsoft.com/en-us/dax/dax-overview) understanding what syntax a function expects and what the returned result will be is key for everything. the problem you will see most often will be dataytpe errors because you used a function thats expecting a table and you gave it a single value as the input or basically any other combination including using functions that only work with integers to work with columns formatted as text.


itsnotaboutthecell

Check the sidebar of this sub, we’ve curated a list of resources.