Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi all,
I am wondering how do I use PowerBI to create cross tabular tables or analysis? I used Excel pivot tables to create a cross tabular analysis below. The Vertical metric is 'Job Titles' and the horizontal metric is 'Industry'.
I am wondering how do I do the same with PowerBI?
I also attached how the pivot table is structured:
Thank you! 🙂
Ashley
Solved! Go to Solution.
Hi @Anonymous
It's pretty much the same in Power BI. You can use a matrix visual. Drag it into the work area from the Visualizations pane and place Job Title in rows and Industry in columns. Then place Job title in values as well and select Count
Or for the last step, you can create a measure and place it in values:
Measure = COUNT(Table1[Job Title])
Hi @Anonymous
It's pretty much the same in Power BI. You can use a matrix visual. Drag it into the work area from the Visualizations pane and place Job Title in rows and Industry in columns. Then place Job title in values as well and select Count
Or for the last step, you can create a measure and place it in values:
Measure = COUNT(Table1[Job Title])
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
83 | |
42 | |
30 | |
27 | |
27 |