Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
118 | |
79 | |
47 | |
45 | |
32 |
User | Count |
---|---|
172 | |
90 | |
66 | |
46 | |
45 |