Forum Discussion

David_G-R's avatar
David_G-R
Frequent Visitor
11 months ago
Solved

Report Template for Planner

He Everyone,   I have successfully borrowed the template for reporting on Project for the Web (P4W) ( Project Power BI Templates ) and adapted it for my use.  I have also followed a tutorial to get...
  • v-sshirivolu's avatar
    v-sshirivolu
    11 months ago

    Hi David_G-R ,

    Planner does not offer a direct indicator for premium or basic plans. However, you can differentiate between them by examining the schema: premium plans include fields such as Effort or are represented as projectTask in Graph/Dataverse, whereas basic plans do not have these features.
    In Power BI, you can add a calculated column :
    PlanType = IF(ISBLANK([Effort]), "Basic", "Premium")