Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi, new to power bi and try to learn from hands-on task.
Sample data:
Table 1 sample data (source data):
User_ID | Time_date | App_Category | loc_Type |
0 | 001 | 'Music' | 'Residence' |
0 | 002 | 'Music' | 'Hotel' |
0 | 003 | 'Travel' | 'Restaurant' |
Table 2 (created from the visulasation page, cross join from 2 columns from the different table)
App_Category | loc_type |
Music | Residence |
Music | Hotel |
Music | Resturant |
Travel | Residence |
Travel | Hotel |
Travel | Resturant |
What I want to archieve is to add a count column that count the number of ourrance of both columns in table 2 in table 1:
App_Category | loc_type | Count |
Music | Residence | 1 |
Music | Hotel | 1 |
Music | Resturant | 0 |
Travel | Residence | 0 |
Travel | Hotel | 0 |
Travel | Resturant | 1 |
Can anyone give me a hint on how to do it? Thanks!
Solved! Go to Solution.
Thank you for your response, I figured it out after reading a few related post. If anyone is wonder, this is my solution:
@tc5613213 Should be easy, can you share the mock up pbix file of the sampel data as well.
Thank you for your response, I figured it out after reading a few related post. If anyone is wonder, this is my solution:
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
8 |
User | Count |
---|---|
22 | |
13 | |
11 | |
10 | |
10 |