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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
AI14
Helper III
Helper III

measure not updating

Hi

 

i have 1 measure in my report that pulls through data whenever it wants lol no matter what i do it works when it wants. 

im not sure if its the data but it cant be because my other measures that use the same data updates just fine.

 

i have a column called AM/PM and it pulls through as AM if another column is below 13:50pm and PM is after

 

= Table.AddColumn(#"Filtered Rows", "AM/PM", each if [Time] <= RDate then "AM" else "PM")

 

RDate is a query i reference for the date and time: = Date.From(DateTime.LocalNow()) & Time.FromText("13:50:00")

 

please help.

3 REPLIES 3
AI14
Helper III
Helper III

both in date/time 

 

the  AM/PM column is in text.

 

the formula works fine in the query and AM or PM shows acccordingly but it does shown't on the multicard visual

 

AI14_0-1674992760773.png

 

Anonymous
Not applicable

Hi @AI14 ,

 

Your query works in myside, please share more details with me.

RicoZhou_0-1675061731395.png

RicoZhou_1-1675061786376.png

 

Best Regards,
Rico Zhou

 

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

 

Greg_Deckler
Community Champion
Community Champion

@AI14 What are the data types of [Time] and RDate?



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.