HOTSPOT You have a Microsoft Power Bl semantic model. You plan to implement calculation groups. You need to create a calculation item that will change the context from the selected date to month- to-date (MTD). How should you complete the DAX expression? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Group by CustomerID (All Rows and max version date) → Expand the All Rows column → Filter where version date equals max → Remove the max version date column. No extra columns end up in the model. If I'm missing something let me know, but that's how I've handled similar ETL flows.
