Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
cristianj
Helper IV
Helper IV

How to design a table with 2 filter data

Hello 

I am new to PowerBI and i have a question about doing something like that

Metrics             |  Interval 1                                  | Interval 2

First Topic        | Value relative to first interval | Value relative to second interval 

Second Topic  | Value relative to first interval | Value relative to second interval 

Third Topic      | Value relative to first interval | Value relative to second interval 

....

the filtered would be data.(the values would be loaded by querry from postgresql)

thank you for the answers

 

4 REPLIES 4
cristianj
Helper IV
Helper IV

cristianj_0-1647268804233.png

and i want to have more rows, with different indicators

Hi @cristianj,

 

Yes, you need unpivot this table first and then add the [Attribute] to columns of matrix table. [Metrics] in Rows.

The result of unpivot should like this:

vchenwuzmsft_2-1647496690490.png

The matrix table

vchenwuzmsft_1-1647496576530.png

Pbix in the end you can refer.

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.

 

 

amitchandak
Super User
Super User

@cristianj , If interval value is (interval1 , interval2 ) in in the row, We can unpivot the data in power query

https://radacad.com/pivot-and-unpivot-with-power-bi

or can use matrix visual with interval on the column

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hello ,

The data filter is not in the table, it would be chosen from the interface of power bi

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors