last 10 days data based on Date time

0 votes
i have Date & time dimensions

i need to display filter slicer showing Last 10 days data  -- then data showing only last 10 days data.

slicer

last 10 days

data like

Region, Date, country, state

......
Jun 4, 2020 in Power BI by vnk
• 390 points
3,056 views

1 answer to this question.

0 votes

Hi, @Vnk,

Regarding your query, you have to follow few steps given below:

  • You can use the relative date slicer just like any other slicer. Create a slicer visual for your report and then select a date value for the Field value. In the following image, we selected the OrderDate field.
  • Select the slicer on your canvas and then the carat in the upper-right corner of the slicer visual. If the visual has date data, the menu displays the option for Relative.
  • For the relative date slicer, select Relative.
  • You can then select the settings.
  • For the first set in the relative date slicer, you will have to choose:  Last 
  • The second (middle) setting in the relative date slicer lets you enter a number to define the relative date range that is: 10
  • The third setting lets you pick the date measurement. You will have to choose: days

Now data that you can see will be the last 10 days data.

I hope this will help you.

answered Jun 4, 2020 by Gitika
• 65,910 points
Thanks for reply this date slicer.

i don't want to that type of filter. we need dax calculation for Last 10 days data. showing in the slicer.

Hi, @Vnk,

For that first you have to follow few steps mentioned below:

  • Go to your PowerBi dashboard-> click ok Get Data-> (scroll down)-> select SQL server.
  • Give a name to your SQL server and provide your Database name and click OK.
  • It will get loaded where it will be connected to the SQL server. Select the table name where you have all your data and click on Load.
  • The Table will get loaded. Click on the Data view (left of you PowerBi Dashboard), there you will see your table data(region, data, Country, State).
  • Now you have to click on New Column(which will be in your top right side on the dashboard). There you will get a column to write your DAX related stuff.
  •  By default, you will see the column name and just remain that according to your choice and write the DAX  as:
DateTime  = Day(table_name(Region, Date, Country, Name))

After writing the DAX calculation press enter, automatically there will be a column that will show the data according to the query.

Hey, @Vnk,

Regarding the same query, you can visit here, I have explained in steps hope that it will be helpful for you: https://www.edureka.co/community/71307/last-10-days-data-based-on-date-time

How to troubleshoot a refresh on data set. can you please explain the steps?

Hey, @Vnk

You can visit here on https://www.edureka.co/community/84944/how-to-troubleshoot-a-refresh-on-data-set-in-power-bi-service . I have mentioned steps according to your query.

I am preparing documents, so i need what are the steps one by one.

i think  that is helpfull for me.

Hi, @vnk,

Glad to hear that it helped you. Keep posting your queries with us, on the technologies you are working with. I hope we can help you at our best. 

Keep up the good work!!

Thanks, is there any ways to refresh data set in power bi service?

Hi, @Vnk

You can perform a one-time, manual refresh in Power BI Desktop by selecting Refresh on the Home ribbon. When you select Refresh here, the data in the file’s model is refreshed with updated data from the original data source. This kind of refresh, entirely from within the Power BI Desktop application itself, is different from manual or scheduled refresh in Power BI, and it’s important to understand the distinction.

Related Questions In Power BI

0 votes
1 answer

What options do I have for viewing and working with data on premises

There are three ways to achieve the ...READ MORE

answered Oct 15, 2018 in Power BI by Hannah
• 18,570 points
457 views
0 votes
1 answer

Power BI : Time-based drill downs powered by Azure Data Warehouse

I don't really think you need to ...READ MORE

answered Oct 29, 2018 in Power BI by Shubham
• 13,490 points
645 views
0 votes
1 answer

Locating closest match based on Latitude & Longitude

First of all, we need to use the ...READ MORE

answered Jan 2, 2019 in Power BI by Shubham
• 13,490 points
2,818 views
0 votes
1 answer

Cumulative row data over last 12 months in Power Query

Basically, what you do is,  Add an Index,  Group ...READ MORE

answered Apr 1, 2019 in Power BI by Upasana
• 8,620 points
2,673 views
0 votes
1 answer

DAX Calculate function with and without FILTER

You could make [Measure12] return the same results as ...READ MORE

answered Sep 24, 2020 in Power BI by Gitika
• 65,910 points
3,375 views
0 votes
1 answer

Using DAX calculation how to calculate monthly budget till today in power bi Desktop?

You can make use of this: MTD Budget ...READ MORE

answered Sep 24, 2020 in Power BI by Gitika
• 65,910 points
1,560 views
0 votes
1 answer

Understanding the DAX CALCULATE function

Using the CALCULATE function makes the DAX perform a context ...READ MORE

answered Sep 28, 2020 in Power BI by Gitika
• 65,910 points
1,285 views
0 votes
1 answer

DAX Userelationship function

 You need a way for the measure ...READ MORE

answered Oct 5, 2020 in Power BI by Gitika
• 65,910 points
845 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,910 points
53,784 views
0 votes
1 answer

Dynamic title Based on Date

Hi, @Vnk, You can try this: [Date(WindowMax)(Title)] = WINDOW_MAX( ...READ MORE

answered Jun 15, 2020 in Power BI by Gitika
• 65,910 points
816 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