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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Bal
New Member

How to show all data from value

Screenshot (1).png

 

Hello, Please help me to solve following problems, I'm new to Powe BI
1) The chart not showing all the data in "salinity", it shows the sum, I want it to show every data in salinity.
2) The gauge also only show the sum while I want it to show the latest reading

1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @Bal 
According to the first question, please refer to my answer with detailed explanation in the linked discussion :

https://community.fabric.microsoft.com/t5/Desktop/Plot-Line-Chart-Industrial-Logging-without-Aggrega...

According to the gauge:

If you need the value of the last date, you should create a filtered measure like :

last_date_sales = CALCULATE(sum('Orders'[Sales]),filter('Orders','Orders'[Order Date]=max('Orders'[Order Date])))
Ritaf1983_0-1701143314783.png

the pbix is attached

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

2 REPLIES 2
Ritaf1983
Super User
Super User

Hi @Bal 
According to the first question, please refer to my answer with detailed explanation in the linked discussion :

https://community.fabric.microsoft.com/t5/Desktop/Plot-Line-Chart-Industrial-Logging-without-Aggrega...

According to the gauge:

If you need the value of the last date, you should create a filtered measure like :

last_date_sales = CALCULATE(sum('Orders'[Sales]),filter('Orders','Orders'[Order Date]=max('Orders'[Order Date])))
Ritaf1983_0-1701143314783.png

the pbix is attached

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile
amitchandak
Super User
Super User

@Bal , You need to add index/ unique id column on x- axis

 

If you do not have one, add in power query

Power Query- Index Column: https://youtu.be/NS4esnCDqVw

 

Add index column axis and then exapnd

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

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.