Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Navaneetharaju_
Helper II
Helper II

Need Support in Complex Dax and Visualization filters

Hi Folks, 

@amitchandak , @MFelix , @Anonymous , @Anonymous, @lbendlin,@Ahmedx,@Ritaf1983@Fowmy , @VijayP 


I want to create a bar chart, it should show what are the tasks going to run on the selected future date. 

 

I have a data like this:-

Task Table- 

Task_name, Start_date, Start_time, repeat_on, repeat_every, repeat_by

 

Repeat_by 

Days

Months

Weeks

Year

 

Repeat_every

1

2

5

10

 

Navaneetharaju__0-1704804622098.png

 

Repeat_by field that indicates, how frequent the tasks are going to run on daily basis, two days once, weekly basis etc.

 

Scenario 1 :

Based on above mentioned data, 1st row task(scheduled_omnichannel_BG_Prod_Daily), that task started running on 03/02/2023, from that date onwards it will run daily, if i select 03/03/2023 in my date slicer , this task count should show on 13:00-14:00 time bin.

 

Scenario 2 :

9thw row task (FORECAST_S_Every_TwiceOnce_SIT), that task started running on 04/18/2023, from that date onwards it running two days once, if i select 04/19/2023 in my date slicer, this task count shouldn't come on that 10:00-11:00 bin.

 

Scenario 3:

11th row task(PAP_Autofill_Forecast Task), that task started running on 07/20/2023, from that date onwards its running 7 days once, if i select 07/21/2023 in my filter , this task shouldn't come on that 11:00-12:00 time bin. if i select 07/27/2023 in my date slicer, this task should come on that date and the respective time bin.

 

Like this way , i have a repeat by -weeks, months, year. some tasks running only once in a month, once in a year .

those task should come only on that date.

 

Please advice, how proceed this and how acheive these scenarios and plot the tasks count in respective time bin based on date.

1 ACCEPTED SOLUTION

lbendlin_0-1705002945111.png

I trust that you can do the count yourself.

 

 

 

View solution in original post

3 REPLIES 3
lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).

Do not include sensitive information or anything not related to the issue or question.

If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Hi @lbendlin , 

Sample data 

task_namestart_datestart_timerepeat_everyrepeat_by
a3/2/202313:201days
b7/3/202322:001days
c6/26/202306:001days
d3/31/202300:301days
e7/30/202306:301days
f7/24/202309:301days
g7/24/202309:451days
h4/18/202310:002weeks
i4/18/202301:002days
j7/20/202311:007days
k8/11/202314:003months
l9/20/202312:001year



Required Slicers- 

Date filter

Repeat_by

Taskname

Visuals should be

 

Bar chart
X axis - time_bin

Y axis - Count of tasks going to run on the selected date and time

 

 

lbendlin_0-1705002945111.png

I trust that you can do the count yourself.

 

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors