This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello.
Good evening.
I would like to ask for you assistance.
I am a Newbie here, and I'm struggling to get the percentage progress.
This data is not related to each other.
Currently, what I did is
Pipeline Progress per Unit No = Divide(Numerator, Denominator)
whereas;
Numerator = DistinctCount('S3D_REPORT'[Line ID Modelled in S3D)
Denominator = CountX(Filter('LineList_Data',Linelist'_Data [Unit No] = "01"), Linelist_Data [Unit No])
My problem is how to filter the other Unit.
And also, I would like to ask for an Alternate Result if there's no unit selected.
Thank you.
Solved! Go to Solution.
Hi @Anonymous
Please correct me if I wrongly understood your question.
Maybe you can consider using ‘Linelist_Data’[Unit No] as a slicer . So you don’t need to specify the value of ‘Linelist_Data’[Unit No] in the formula .
Then create a measure to count the ‘Linelist_Data’[Unit No].
Denominator = COUNTX(LineList_Data,SELECTEDVALUE(LineList_Data[unit No]))
The effect is as shown
If you do not filter in the slicer, the return value is the count of all non-empty results in the column .
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Please correct me if I wrongly understood your question.
Maybe you can consider using ‘Linelist_Data’[Unit No] as a slicer . So you don’t need to specify the value of ‘Linelist_Data’[Unit No] in the formula .
Then create a measure to count the ‘Linelist_Data’[Unit No].
Denominator = COUNTX(LineList_Data,SELECTEDVALUE(LineList_Data[unit No]))
The effect is as shown
If you do not filter in the slicer, the return value is the count of all non-empty results in the column .
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , not very clear. but isfiltered can help
refer: https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 25 | |
| 21 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 62 | |
| 34 | |
| 33 | |
| 25 | |
| 24 |