count of orders on n hour basis - Power BI

0 votes
How to find the count of orders in past 12 hours?
Apr 10, 2019 in Power BI by Nithin
1,029 views

1 answer to this question.

0 votes
Hi Nithin,

You can create a measure to find those dates for find difference as datediff([date],today(),hour) and then compare as if(datediff([date],today(),hour) <12, "12 hr","past"). Now use calculate and calculate count(order) and filter as 12 hr.

Hope it helps you.
answered Apr 11, 2019 by Cherukuri
• 33,030 points

Related Questions In Power BI

0 votes
2 answers

Can I get rid of the grey border on the report visuals with power bi embedded?

It's just a simple css code to ...READ MORE

answered Apr 19, 2020 in Power BI by Prateek Mehta
5,660 views
0 votes
1 answer

How can I set up cascading slicers in Power BI, where one slicer’s options depend on the selection of another?

In Power BI, cascading slicers are slicers ...READ MORE

answered Nov 14, 2024 in Power BI by pooja
• 11,230 points
74 views
0 votes
1 answer

Does the Power BI mobile app support all features of reports hosted on the Power BI Report Server?

The Power BI mobile application embraces much ...READ MORE

answered Dec 5, 2024 in Power BI by pooja
• 11,230 points
133 views
0 votes
1 answer

Displaying Table Schema using Power BI with Azure IoT Hub

Answering your first question, Event Hubs are ...READ MORE

answered Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,400 views
+1 vote
1 answer

Unable to install connector for Power Bi and PostgreSQL

I think the problem is not at ...READ MORE

answered Aug 22, 2018 in Power BI by nirvana
• 3,130 points
2,787 views
+2 votes
2 answers

Migrate power bi collection to power bi embedded

I agree with Kalgi, this method is ...READ MORE

answered Oct 11, 2018 in Power BI by Hannah
• 18,520 points
1,560 views
+1 vote
1 answer

Connect power bi desktop to dataset and create custom reports

Yes using Power BI REST API to ...READ MORE

answered Sep 18, 2018 in Power BI by Kalgi
• 52,350 points
1,699 views
0 votes
3 answers

How to create final table based on Joins of two tables in power BI?

To do so, follow these steps: From the ...READ MORE

answered Dec 16, 2020 in Power BI by Gitika
• 65,770 points
56,161 views
0 votes
1 answer

Show orders from past n days in Power BI?

HI banu, Create a column like below, diff = ...READ MORE

answered Apr 8, 2019 in Power BI by Cherukuri
• 33,030 points
1,029 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP