This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hello All -
Here is the new sample data link,
https://drive.google.com/file/d/1QcQefctJr36mB45uwi_98guZ8Vqc-GDb/view?usp=sharing
How to display additional ROW of Apr% & Bkr%, the calculations are:-
Apr% = Apr# / App#
Bkr% = Bkr# / App#
Also, how to display YTD for these 2 additional rows as %?
Thank You
Regards,
gk03
Solved! Go to Solution.
Hi @Anonymous ,
I see your problem has been solved in the following post.
Solved: How to perform % calculation and also YTD % in matrix visual
So please consider Accept this reply as the solution to help the other members find it more quickly.
Best Regards,
Winniz
Also, here is the sql sample data:-
--CREATE TABLE dbo.vw ( app_dt date, borr_nm varchar(10), mt varchar(10), mtvalue smallint ) --INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Fr', 'App #', 14 ) --INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Fr', 'Apr #', 9 ) ----INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Fr', 'Apr %', 64 ) --INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Fr', 'Bkr #', 9 ) ----INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Fr', 'Bkr %', 64 ) --INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Nw', 'App #', 92 ) --INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Nw', 'Apr #', 0 ) ----INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Nw', 'Apr %', 0 ) --INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Nw', 'Bkr #', 0 ) ----INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Nw', 'Bkr %', 0 ) --INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Pr', 'App #', 65 ) --INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Pr', 'Apr #', 49 ) ----INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Pr', 'Apr %', 75 ) --INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Pr', 'Bkr #', 50 ) ----INSERT INTO dbo.vw VALUES ( '2020-11-01', 'Nw', 'Bkr %', 76 ) --INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Fr', 'App #', 13 ) --INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Fr', 'Apr #', 7 ) ----INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Fr', 'Apr %', 53 ) --INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Fr', 'Bkr #', 7 ) ----INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Fr', 'Bkr %', 53 ) --INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Nw', 'App #', 499 ) --INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Nw', 'Apr #', 0 ) ----INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Nw', 'Apr %', 0 ) --INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Nw', 'Bkr #', 0 ) ----INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Nw', 'Bkr %', 0 ) --INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Pr', 'App #', 386 ) --INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Pr', 'Apr #', 374 ) ----INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Pr', 'Apr %', 96 ) --INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Pr', 'Bkr #', 379 ) ----INSERT INTO dbo.vw VALUES ( '2020-12-01', 'Pr', 'Bkr %', 98 ) SELECT * FROM dbo.vw --DROP TABLE dbo.vw
Hi @Anonymous ,
I see your problem has been solved in the following post.
Solved: How to perform % calculation and also YTD % in matrix visual
So please consider Accept this reply as the solution to help the other members find it more quickly.
Best Regards,
Winniz
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 21 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 56 | |
| 55 | |
| 43 | |
| 26 | |
| 24 |