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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors