Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I want to create some visuals that only display data from the latest month. I am currently using Top N which helped me last month (September) but I realized it was only giving me September data because 'S' is alphabetically last.
Things I have already done:
Data:
Fact Table
ID Score Month
1001 78 September
1002 89 February
1003 09 October
Month (Lookup Table)
Index Month
1 January
2 February
3 March
4 April
.........cont.
Hi @danialsj,
Try to create a conditional column in the Fact table using Edit query mode. That can be an index value or corresponding date field.
Under the Modelling tab, you can change the sort order (choose newly created conditional column).
If you are creating a date field, you can filter the visual using Top N and select By value as "Latest Date".
Regards,
Nandu Krishna