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,
I would like to find a way to sum the value (Time) for two different Practices (merge two Practices into one, but also have the ability to keep Time for these two practice and use it in other charts).
I have two tables Practice and Task, in Task Table I have three columns (TaskID, Practice ID and Time) and the table Practice have columns (Practice ID and Practice), so I create a relationship by PracticeID.
To make it simple here is how it looks:
Practice | Time |
RE | 60 |
CORP | 120 |
DP | 40 |
M&A | 20 |
LIT | 50 |
ARB | 25 |
And I would like to get this, but to leave the option to show both charts:
Practice | Time |
RE | 60 |
CORP | 120 |
DP | 40 |
M&A | 20 |
DR (LIT + ARB) | 75 |
This video best describes what I try to achieve:
https://www.youtube.com/watch?v=-t3DYRwsXgQ&ab_channel=Inforiver
Is it posible to do this by DAX or Power Query?
Thanks in advance!
Solved! Go to Solution.
Hi,
you can try using Groups
select your Column
group your values
and obtain your result
If this post is useful to help you to solve your issue consider giving the post a thumbs up
and accepting it as a solution !
Thank you serpiva64! That's I was looking for.
Hi,
you can try using Groups
select your Column
group your values
and obtain your result
If this post is useful to help you to solve your issue consider giving the post a thumbs up
and accepting it as a 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 |
---|---|
13 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
20 | |
14 | |
11 | |
10 | |
10 |