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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi everyone,
I have visual, where I have item names with data and date. I wanted to display only last value. I can't use dax functions, because I have SSAS live connection. So, how can I filter value to display data for each item name for last date. Also, for each item name there can be different last date, so I can't use ton N filtering. Is there any other option?
Regards,
Yerkhan
Hi ysapiyev,
You can use visual level filter instead of DAX, click advanced filter-> TOPN.
Regards,
Jimmy Tao
Thanks for your answer. But, as I stated in first message, I can't use Top N, since for every item name there can be different last dates. If I use top N, it will show me top value which satisfy all item names. Consequently, it will show same date for all data.
Is there any other way?
Regards,
Yerkhan