Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
When I created a matrix table in my dashboard, I want to exclude specific rows where there are duplicate invoice line number and null PO Number. In the column "exclude", it displays the tag which I want to be excluded from my matrix table.
I tried to create the "exclude" column tag in PowerBI but could not make it work properly if the columns are displayed in matrix table.
I'm not sure if this will help: In the matrix table, it's showing duplicate but in the backend there are more than 2 count.
@summer18 , Looking at sample data you can take PO Number as value in Matrix as Min or Max. Or in the table as Min/max or first/last in table
or use formula for PO firstnonblank(Table[Po],blank())
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 32 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 83 | |
| 71 | |
| 37 | |
| 27 | |
| 24 |