I'm trying to build a Power BI file from a SSAS Cube and we need to have a last modified date based on the last call logged on a table. I'm new to MDX and already tried to use MAX() and that just returns null.
Thanks, Sam
I'm trying to build a Power BI file from a SSAS Cube and we need to have a last modified date based on the last call logged on a table. I'm new to MDX and already tried to use MAX() and that just returns null.
Thanks, Sam
Instead of using a calculated member, use a measure with the max function and it will correctly show the last date.