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.
@Anonymous, try like
Sumx(Summarize(Table, Table[Factory], Table[Manfucturing]), if(not(isblank([This Qtr])) && not(isblank([Last Qtr])) , [This qtr], blank()) )
You need measure like Customer Retention
https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/ba-p/1361529
Customer Retention Part 2: Period over Period Retention :https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retention/ba-p/1377458
Thank you Amit !
Works perfectly.
@Anonymous, try like
Sumx(Summarize(Table, Table[Factory], Table[Manfucturing]), if(not(isblank([This Qtr])) && not(isblank([Last Qtr])) , [This qtr], blank()) )
You need measure like Customer Retention
https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/ba-p/1361529
Customer Retention Part 2: Period over Period Retention :https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retention/ba-p/1377458