I trying a DAX code from book and it seem's it doesnt work:
It is basically a code to show the categories, a thing that we can accomplish with dragging a filed to table or matrix but I wanted to test the code anyway and to see how it works.
Power BI app didn't like the code and responded with "Can't display the visual".
Code:
Categories = ALL ( 'Product'[Category] )
Power BI app didn't like the code and responded with "Can't display the visual".