Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi all, I have the following query... I currently have the following formula:
Thanks a lot
Solved! Go to Solution.
Try this
CC1 =
VAR _CC1 =
CALCULATE (
AVERAGE ( 'AD_Perforación'[CC01 - Access ramps to yards built and maintained according to standard. (Conduct or act) Objective of the control:• Operate on ramps built and enabled for the dimensions of the equipment...] ),
FILTER (
ALLSELECTED ( 'AD_Perforación'[CC01 - Access ramps to the patios built and maintained according to standard. (Conduct or act) Objective of the control:• Operate on ramps built and enabled for the dimensions of the equipment...] ),
NOT (
ISBLANK ( 'AD_Perforación'[CC01 - Access ramps to the patios built and maintained according to standard. (Conduct or act) Objective of the control:• Operate on ramps built and enabled for the dimensions of the equipment...] )
)
)
)
RETURN
IF ( ISBLANK ( _CC1 ), "Not applicable", _CC1 )
Cpoy/Pate it and Let me know
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
You need to nest your measures into IF formula:
IF(ISBLANK(yourformula) , "N/A" , yourformula)
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
thanks for the answer, I apologize but I am a bit of a beginner, can you help me where to locate the formula that has given me in my formula?
Thank you
Try this
CC1 =
VAR _CC1 =
CALCULATE (
AVERAGE ( 'AD_Perforación'[CC01 - Access ramps to yards built and maintained according to standard. (Conduct or act) Objective of the control:• Operate on ramps built and enabled for the dimensions of the equipment...] ),
FILTER (
ALLSELECTED ( 'AD_Perforación'[CC01 - Access ramps to the patios built and maintained according to standard. (Conduct or act) Objective of the control:• Operate on ramps built and enabled for the dimensions of the equipment...] ),
NOT (
ISBLANK ( 'AD_Perforación'[CC01 - Access ramps to the patios built and maintained according to standard. (Conduct or act) Objective of the control:• Operate on ramps built and enabled for the dimensions of the equipment...] )
)
)
)
RETURN
IF ( ISBLANK ( _CC1 ), "Not applicable", _CC1 )
Cpoy/Pate it and Let me know
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
I appreciate your time for the answer, I struggled to understand by the translation, but now I work.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
61 | |
61 | |
55 | |
38 | |
27 |
User | Count |
---|---|
86 | |
61 | |
45 | |
41 | |
39 |