Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I've a dataset which has few test cases running in two locations.
I'm able to pivot it using the matrix table like below.
However I would like to show it using a matrix table with the rows where the test cases didn't run for either of the location like below
Can anyone help how to show this in a matrix table?
Thanks!
Solved! Go to Solution.
Hi @subhendude
You can achieve the desired result by adding 3 measures:
Firstly counters for Paris and London test cases :
The next step is to create a "flag" measure which you can use as a filter:
If you need red formatting for blank cells, you can base it on the first measures too.
Result:
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Thanks!
Hi @subhendude
You can achieve the desired result by adding 3 measures:
Firstly counters for Paris and London test cases :
The next step is to create a "flag" measure which you can use as a filter:
If you need red formatting for blank cells, you can base it on the first measures too.
Result:
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
User | Count |
---|---|
77 | |
76 | |
44 | |
30 | |
26 |
User | Count |
---|---|
97 | |
91 | |
52 | |
47 | |
46 |