March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Guys, i need help as you can see the Total Actual for every row is the same 3606. Is there any way to solve it where the figures is according to the department, section and subsection just like the Total Plan column.
For my Total Plan column is it manually inputted based on the excel file.
For the Total Actual column is taken from another excel file. What i did for Total Actual is input DAX formula:
Solved! Go to Solution.
Hi @Anonymous ,
The mostly is the relationship between these table. you should make sure that these tables have active relationship between them, then you can just use the measure which looks like you provided.
Or please modify the measure like the code below:
MJK Employee Count =
COUNTROWS(
FILTER(
ALL( 'MJK Total Employees' ),
'MJK Total Employees'[Department]
= SELECTEDVALUE( 'this table Employees'[Department] )
&& 'MJK Total Employees'[Section]
= SELECTEDVALUE( 'this table Employees'[Section] )
&& 'MJK Total Employees'[Sub Section]
= SELECTEDVALUE( 'this table Employees'[Sub Section] )
)
)
The link to your pbix is not accessible.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
The mostly is the relationship between these table. you should make sure that these tables have active relationship between them, then you can just use the measure which looks like you provided.
Or please modify the measure like the code below:
MJK Employee Count =
COUNTROWS(
FILTER(
ALL( 'MJK Total Employees' ),
'MJK Total Employees'[Department]
= SELECTEDVALUE( 'this table Employees'[Department] )
&& 'MJK Total Employees'[Section]
= SELECTEDVALUE( 'this table Employees'[Section] )
&& 'MJK Total Employees'[Sub Section]
= SELECTEDVALUE( 'this table Employees'[Sub Section] )
)
)
The link to your pbix is not accessible.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello Chenwuz,
i just realised when i use your code, it is not showing the Total at the bottom. How can i solve this issue?
It works, thank you so much. But can you explain what is your code doing?
Can i ask what is the: 'this table Employees'
= SELECTEDVALUE( 'this table Employees'[Department] )
This is the result i get seems to be correct, and how do i show the grand total at bottom For eg.
These are what i have done in the PBI Report.
@Anonymous , can you share a .pbix file?
It seems that you have 2 tables showing data from 2 files. Are these tables connected? It looks like not...
If this post helps, then please consider Accept it as the solution ✔️to help the other members find it more quickly.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.
Check out my latest demo report in the data story gallery.
Stand with Ukraine!
Here are official ways you can support Ukraine financially (accounts with multiple currencies):
1) Support the Armed Forces of Ukraine: https://bank.gov.ua/ua/about/support-the-armed-forces
2) Come Back Alive foundation: https://www.comebackalive.in.ua/
Thank you!
They have similar columns which can be linked to each other. I have uploaded a sample of the excel files and PBI Report. Please take a look. Thanks!
@Anonymous , something is wrong with an access:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.
Check out my latest demo report in the data story gallery.
Stand with Ukraine!
Here are official ways you can support Ukraine financially (accounts with multiple currencies):
1) Support the Armed Forces of Ukraine: https://bank.gov.ua/ua/about/support-the-armed-forces
2) Come Back Alive foundation: https://www.comebackalive.in.ua/
Thank you!
You mean, you cant open the PBI file?
Hey,
as mentioned "
For the Total Actual column is taken from another excel file. What i did for Total Actual is input DAX formula:
2 Excel files:
PBI Report
https://drive.google.com/file/d/1-7wkA8geVHPi3ZsUG9gpS21a5lB81tKd/view?usp=sharing
Look at the table sheet and the model tab
@Anonymous , Not very clear.
You can create a new column
Total Actual = 3606
Based on the above image, under the sub section 2F cutting, the total plan is 116, whereas the total actual is 3606. There should be 100+ of workers under this 2F and 20 workers under 2F distribution.
If you see the table clearly, the value of 3606 appears the same for every subsection. Therefore, i want to know is there a way to solve it.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
82 | |
69 | |
53 | |
44 |
User | Count |
---|---|
202 | |
106 | |
100 | |
64 | |
56 |