Forum Discussion
lcubed69
2 years agoNew Member
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...
- 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])
_elbpower
2 years agoResolver III
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])