cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
ycbq999
Frequent Visitor

How to create a table with min max information

Hello, 

Fairly new in PowerBI. Not sure if this is the right place to ask simple questions.

 

I have a dataset that have date,unit_margin,site_id,Longtitude,Latitude,productID columns.

 

I would like to create a dynamic matrix that shows two rows, one as mininum unit_margin and its site_id, Longtitude,Latitude, and another as its Maximum. filtered by Product ID. table should be like that. 

 

Product ID,    Unit_Margin,   SiteID,      LONG,             LAT

1111111

---Min                  1                  02        30.3698           -55.3698

---Max                  5                 07         50.3698           -15.3698

 

 

Can powerBi do possibly achieve it?

 

Thanks

 

 

1 ACCEPTED SOLUTION
BIswajit_Das
Helper V
Helper V

Hello @ycbq999 
you can do it using three measures

Measure1 = SELECTEDVALUE('Table'[SiteID])
Measure2 = SELECTEDVALUE('Table'[LONG])
Measure3 = SELECTEDVALUE('Table'[LAT])
then you get a matrix like below
x1.PNG
then you have to click on the drill_down as marked on the pic above
then you'll get your required visual
i.e
x2.PNG
Hope this will be helpfull.

View solution in original post

1 REPLY 1
BIswajit_Das
Helper V
Helper V

Hello @ycbq999 
you can do it using three measures

Measure1 = SELECTEDVALUE('Table'[SiteID])
Measure2 = SELECTEDVALUE('Table'[LONG])
Measure3 = SELECTEDVALUE('Table'[LAT])
then you get a matrix like below
x1.PNG
then you have to click on the drill_down as marked on the pic above
then you'll get your required visual
i.e
x2.PNG
Hope this will be helpfull.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors