hi I am trying to redo an analytic which is already there in Spotfire to Power Bi. There is calculated column Max([ Date]) over ([ContentId]) . Can anyone help me with converting this calculated column in Power Bi
hi I am trying to redo an analytic which is already there in Spotfire to Power Bi. There is calculated column Max([ Date]) over ([ContentId]) . Can anyone help me with converting this calculated column in Power Bi
You could use something similar to the following calculation:
Replace "Table" with the name of your table and you should be good to go. Hope this helps.