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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
Please go through the below sample file in which i have
If there is new addition of produst id in same/last month then it should be "New" and if not then "Existing"
I have the results in attached file but now i wish to be have a sumerized table or DAX function which shows me results like if there is no value selected then it should display currant month data for "NEW"or "EXISTING" product data and month wise data as i select month.
In my existing file i am using below DAX for having results for currant month
Please help me
Solved! Go to Solution.
It seems that you may try ISFILTERED inside IF function.
It seems that you may try ISFILTERED inside IF function.