Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
How you guy's find a combined total sales? I find Total sales for each of them but it's customers and drivers separated. how you combine them. adding new column like "Role" using dax( i don't really need extra column)
Date | CustomerPkId | CustomerName | DriverPkid | DriverName | SaleAmount |
24/01/01 | 1001 | Jhon | 2001 | Brain | 1000 |
24/01/02 | 1002 | jon | 2002 | Brown | 1250 |
24/01/02 | 1003 | jin | 2001 | Brain | 4502 |
24/01/03 | 1002 | jon | 2003 | Tom | 12515 |
24/01/04 | 1001 | jhon | 2004 | Toms | 1412 |
I wanna look like this after writing DAX :
Name | Role | Sale |
Jhon | Customer | 2412 |
Brain | Driver | 5502 |
Hi @dkbbr ,
Based on the description, @rajendraongole1 the response provides the desired results. It should be helpful to you.
If you have solved the problem, please please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Wisdom Wu
Hi @dkbbr - you can create a new calculated table with combining the sales data for customers and drivers.
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
"The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value"?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
11 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
11 |