Forum Discussion
powerbr
5 years agoFrequent Visitor
Measure stops filtering when converted into text
I have the following measure that works properly until d, however, after I apply the last transformation it breaks and stops applying my report filters. Any ideas on why this could be happening? ...
Payeras_BI
Solution Sage
5 years agoHello powerbr ,
If I understood well, at the end of your code, I would substitute:
RETURN r
by
RETURN
IF(NOT ISBLANK(d),r)
Regards,
powerbr
5 years agoFrequent Visitor
I will try this today.
Sorry for the late response, I changed my datapipe to accomodate for the data I want to display and reduce some modelling in PowerBI.