Forum Discussion

lcubed69's avatar
lcubed69
New Member
2 years ago
Solved

Pivot Table from Power BI Error

I currently have a Power BI file where I created a Visual based on 3 files/tables.  I'm basically trying to recreate this visual data summarized into an Excel Pivot table.  I have my Power BI file on...
  • _elbpower's avatar
    2 years ago

    Generate a calculation measure for counting UserID within your Power BI dataset, and then employ this measure in your Excel Pivot Table.

    UserCount = COUNT('YourTableName'[UserID])