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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Happy2023_05
Helper I
Helper I

Indicator to show user added comments in report.

In our report power app visual is used to enter comments on particular time and the user should be notified with indicator that comments are provided on the particular time.

Suppose trend shows hrly report and if the user enter comments at 5pm then some indication should show comments are added at 5pm.

how can we achieve this in power bi?pls help

2 REPLIES 2
amitchandak
Super User
Super User

@Happy2023_05 , assume it is row level report then

a measure like below can be used in conditional formatting using field value option

if( hour(max(Table[Time])) >17, "red", "white")

Thanks.let me check

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.