This document presents a Performance Based Transposition Algorithm (PBTA) for generating frequent itemsets in association rule mining (ARM), addressing the inefficiencies of existing algorithms like Apriori and FP-Growth. The proposed PBTA improves performance by transposing the transaction dataset, reducing necessary database scans and supporting faster computations. A detailed explanation of the PBTA algorithm, including candidate generation and pruning steps, is provided, along with comparisons to traditional ARM methods.