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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Matt_Mohawk
Helper II
Helper II

Needing Help with Date Out Not Showing Certain Criteria

Hello,

 

I am trying to get my report to show our Voids that we have in our project list. I am currently filtering out everything using my Date Out field but the voids do not have a date entered for that field because they were never sent out. I was wondering if there was some way to get my Voids to show up and still get my Date Out data. below is the formula that I am currently running with. I have also attached screenshots of my report so you can see what I am working with.

 

JOB LIST =
VAR jobList = SWITCH(TRUE(),MJS_PRICE_PW[J6STAT]="E" && MJS_PRICE_PW[J6REV#]=0,"PWE (NEW JOBS)",MJS_PRICE_PW[J6STAT]="E" && MJS_PRICE_PW[J6REV#]>0,"PWE (REV)",MJS_PRICE_PW[J6STAT]="O" && MJS_PRICE_PW[J6REV#]=0,"NEW JOBS",MJS_PRICE_PW[J6STAT]="O" && MJS_PRICE_PW[J6REV#]>0,"REV",MJS_PRICE_PW[J6STAT]="W","ON HOLD")
Return IF(AND(ISBLANK(MJS_PRICE_PW[DATE OUT]),MJS_PRICE_PW[J6STAT]="V"),"VOIDED",jobList)

 

Any help is appreciated.

 

Screen Shot 2021-05-20 at 8.58.44 AM.pngScreen Shot 2021-05-20 at 8.56.16 AM.png

1 ACCEPTED SOLUTION

I was able to figure it out. Thank you for the help that both of you have given.

View solution in original post

7 REPLIES 7
v-yiruan-msft
Community Support
Community Support

Hi @Matt_Mohawk ,

Whether your problem has been resolved? If yes, could you please mark the helpful post as Answered? It will help the others in the community find the solution easily if they face the same problem with yours. Thank you.

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Matt_Mohawk
Helper II
Helper II

Yes the dates that are shown are by month. The first image that was in the attachment shows that on 5/7/21 there was a void. It isn't showing up though for the month of May on the chart.

Hi @Matt_Mohawk ,

It seems that the field [JOB LIST] is a calculated column, could you please check whether it can return the value "VOIDED"  in table MJS_PRICE_PW when it fulfill the listed conditions(AND(ISBLANK(MJS_PRICE_PW[DATE OUT]),MJS_PRICE_PW[J6STAT]="V"))? Besides that, please check if there is any sync slicer or report-level filter to apply in the report pages to affect the column chart result....

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I was able to figure it out. Thank you for the help that both of you have given.

gdarakji
Resolver III
Resolver III

On the legend field, click the arrow and then select "Show items with no data" as per the screenshot below:

gdarakji_0-1621519774756.png

 

Thank you @gdarakji for your quick response. I tried doing that and it didn't work.

Are you sure there are voids on the dates shown on the chart?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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