Forum Discussion
RenatoMartins
3 years agoNew Member
Edit Interactions - result not as expected
Hello! I'm new to Power Bi and also to the forum Why the syntax "MonthMinorFat = MINX(TOPN(1,ADDCOLUMNS(VALUES('d_Calendar'[Name of the Month]),"CMV",[09 CMV]),[09 CMV],ASC),'d_Calendar'[Name of the...
Idrissshatila
Super User
3 years agoHello RenatoMartins ,
so when dealing with Minx, it will get the minimum value in the calendar data as specified and not with the measure selection.
try using All function, read more about it https://learn.microsoft.com/en-us/dax/all-function-dax
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍