Just happy from where I start to where I am Now .... Since the beginning of my journey here. i think this coding below visually explained how much everything i've learned so far really helps me in my journey with Power Platform. I've been able to change this non responsive gallery to the simple code you see in the pic responsive to the user administration lvl. Really proud of this one Just want to share😍 Thank you everyone and specially @Darren Neese for doing those videos online with so much great content. "Filter( Table( { Short: "QC", fName: "Quick Catch", sName: QuickCatch, // QC Complaint for the Past 7 days CScreen: QCComplaintV2, pColor: LookUp( fxOnStartSetColorCol, Inspection = "QC", PrimColor ), sColor: LookUp( fxOnStartSetColorCol, Inspection = "QC", SecColor ), logo: LookUp( fxSVGCollection, Inspection = "QC" ).img, Visible: true }, { Short: "R", fName: "Routine", sName: 'Routine Main', // Routine complete in the past 7 days CScreen: RComplete, pColor: LookUp( fxOnStartSetColorCol, Inspection = "Routine", PrimColor ), sColor: LookUp( fxOnStartSetColorCol, Inspection = "Routine", SecColor ), logo: LookUp( fxSVGCollection, Inspection = "Routine" ).img, Visible: true }, { Short: "A2", fName: "APPA 2", sName: A2Screen, CScreen: A2Completed, pColor: LookUp( fxOnStartSetColorCol, Inspection = "A2", PrimColor ), sColor: LookUp( fxOnStartSetColorCol, Inspection = "A2", SecColor ), logo: LookUp( fxSVGCollection, Inspection = "A2" ).img, Visible: true }, { Short: "A3", fName: "APPA 3", sName: A3Screen, pColor: LookUp( fxOnStartSetColorCol, Inspection = "A3", PrimColor ), sColor: LookUp( fxOnStartSetColorCol, Inspection = "A3", SecColor ), logo: LookUp( fxSVGCollection, Inspection = "A3" ).img, Visible: true }, { Short: "HG", fName: "HouseKeeping", sName: HKScreen, pColor: LookUp( fxOnStartSetColorCol, Inspection = "HG", PrimColor ), sColor: LookUp( fxOnStartSetColorCol, Inspection = "HG", SecColor