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
colourfullife
Post Partisan
Post Partisan

Summarize DAX

Hi,

 

Need help.!

 

I want to summarize without coloums have no date.

anyone know how to do?

 

cheers,

Agnes

Summarize.PNG

1 ACCEPTED SOLUTION

Hi @colourfullife,

Based on my test, you could refer below formula:

Finish Actual_Over = SUMMARIZE(CALCULATETABLE('Dp List','DP List'[Finish Actual]<>BLANK()), 'DP List' [finish Actual], "DP List Finish Actual#", COUNT('DP List'[D/P&BOM]))

Result:

1.PNG

Hope it could help you.

 

Regards,

Daniel He

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

View solution in original post

7 REPLIES 7
v-danhe-msft
Employee
Employee

Hi @colourfullife,

What is your desired result, could you please post your desired result if possible?

 

Regards,

Daniel He

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

Current.PNGdesire.PNG

Hi,

I want to take and count with only date.!

Hi @colourfullife,

You could try to ues below formula to filter the data without blank:

Finish Actual_Over = SUMMARIZE('Dp List', 'DP List' [finish Actual], "DP List Finish Actual#", CALCULATE(COUNT('DP List'[D/P&BOM]), FILTER('DP List', 'DP List' [finish Actual]<>BLANK())))

If it still could work for you, could you please share your pbix file to hava a test if possible?

 

Regards,

Daniel He

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

Hi

First of all thanks for your reply.

I just did try the fomula and it didn't count blank but take the blank in the table.

is there a way not to take the blank in first place?

here is the the file.!

count nonblank.PNG

 

 

 

 

 

 

 

 

 

 

 

thanks,

Hi @colourfullife,

Based on my test, you could refer below formula:

Finish Actual_Over = SUMMARIZE(CALCULATETABLE('Dp List','DP List'[Finish Actual]<>BLANK()), 'DP List' [finish Actual], "DP List Finish Actual#", COUNT('DP List'[D/P&BOM]))

Result:

1.PNG

Hope it could help you.

 

Regards,

Daniel He

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

Thank you so much.! this is exactly what i wanted.

Can i please ask you one more question.?

 

Please find the attached file.

I want to analyse the plan vs actual progress by choosing many options which are in slicers.

 

For example, choosing discipline piping > deck MDK > module P03 like that..

Whenever i choose the slicer, the graph get incorrect.?

I am pretty sure that it is possible, i have no clue.

 

Basically i want to see the plan lines 0%-100% which slicers i choose with progressed line if there is progress.

 

Thanks,!

 

 

Hi @colourfullife,

It's pleasant that your problem could be solved and I suggest you recreate a topic for your new problem.

 

Regards,

Daniel He

 

 

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

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.