March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
hiii guys
i have created and executed some queries created calculated measures for my data to cal culate waiting tym but none of them displays any value after being executed successfully. can some one help me i am working really hard for this
Hi @Anonymous
please, provide us any detail - data example, desired output and your incorrect measure
hiii
sorry, I do not see [waiting tym] field in your screenshot,
try also
CALCULATE(COUNTROWS('Phone Call Data'), 'Phone Call Data'[waiting tym] < TIME(0,59,0) )
has a time format
or
= CALCULATE(COUNTROWS('Phone Call Data'),
FILTER('Phone Call Data',
TIME(
HOUR('Phone Call Data'[waiting tym]),
MINUTE('Phone Call Data'[waiting tym]),
SECOND('Phone Call Data'[waiting tym])
)
< TIME(0,59,0)
)
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
108 | |
73 | |
53 | |
52 | |
44 |
User | Count |
---|---|
163 | |
110 | |
69 | |
60 | |
51 |