Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have created two seperate Matrix tables for %Completion because I wanted to drill through to the isssues as in the screenshot #1. Drill through was possible as I was able to use the Column from the table.
But coming to %Completion is a measure which is Divided by Value "Approved" from the column used in the first table, which is still not present due to no data, but here the problem is I wanted to comibine these two Matrix tables into one. I tried that it is possible by using the measures, but by using measures drill through option is not possible it is always showing the total count.
Please let me know if there is any way where I can add the %Completion Column in the Table #1 with other columns No Run, In Progress, Approved etc. %Completion would be Division of Approved / Total and at the same time ability to drill through the specifc issues in each cell.
Thank you bhanu_gautam
Hi, @Amzadkhan
Have you solved the current problem? If you have already solved the current problem, you can share your answer here and mark the helpful reply as a solution.
If you haven't resolved your current issue? Can you further describe the output you are looking forward to, or provide an example of a PBIX file that does not contain sensitive information?
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Amzadkhan , Try using below steps
Go to your data table in Power BI.
Create a new calculated column using DAX (Data Analysis Expressions). The formula will be something like:
%Completion = DIVIDE([Approved], [Total])
This will create a column that calculates the percentage completion for each row in your data.
Add the Calculated Column to Your Matrix Table:
Go to your matrix table visualization.
Add the new %Completion column to the Values section of the matrix.
Ensure Drill Through Capability:
Make sure that the fields you want to use for drill through are included in the matrix table.
Configure the drill through settings to use the appropriate fields.
Proud to be a Super User! |
|
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!