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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
zahid_sabri
New Member

AGGREGATED COLUMN

Screenshot 2024-04-30 161743.png

Hi, 

I am not a pro in Power BI, but have some experience. Is there a way to calculate the status of column A to C based on status of column D? 

3 REPLIES 3
bhanu_gautam
Super User
Super User

Could you share sample output, what kind of output are looking exactly




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






basically i just want a status (count using card) for:

 

1. module

2. submodule

3. strategy

 

but all this are bind with the status of activity either done, ongoing or pending.

 

example:

1. for submodule 1.1, considered in done(green) because all the activity in this submodule > strategy is done.

 

2. for submodule 1.2, it is considered ongoing (yellow) because the status of one of its strategy is still ongoing, therefore this submodule is ongoing.

 

status for activity not a problem..but i cannot find a solution how to match the bigger scope (module/submodule/strategy) with the status of activity. 

 

for now, I already tried this for strategy completion but the result not showing as needed because it show completed activity within same strategy as not complete while if all activity in same strategy completed, it not showing the strategy as complete. I think if I can pull this one, for other status (Module & Submodule) will be the same right?

Strategy Completion = 
IF(
    COUNTROWS(FILTER('YourTable', 'YourTable'[Activity Status] = "Complete")) = COUNTROWS(FILTER('YourTable', 'YourTable'[Submodule] = EARLIER('YourTable'[Submodule]))),
    "Complete",
    "Not Complete"
)

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.