Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
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
Hi @AI14 ,
Your query works in myside, please share more details with me.
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.
@AI14 What are the data types of [Time] and RDate?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
12 | |
10 | |
10 | |
10 |
User | Count |
---|---|
17 | |
15 | |
12 | |
11 | |
10 |