Forum Discussion
SSRS to PowerBI
Have you tried using 1 and 0 ? instead of True and False? alternatively is the case of true and false important?
Thank you for the reply. The true and false statement isn't needed as of yet but for future maybe. I've also tried
Sum(Fields!NumOfReports.Value, "Met") < 1 with no luck of getting PowerBi to work. I was told that the method worked before the update to Version 1.2.6660.39920 (Build 15.0.2.389). Just wondering if the latest update would fix this issue I'm having.
As of now I have tried the following scripts with no luck:
=Iif((CountRows("Met") < 1), True, False)
=Sum(Fields!NumOfReports.Value, "Met")
=True=isnothing(First(Fields!NumOfReports.Value, "Met") < 1)
This is leading me to think it's a bug with the updated version we are currently using (Version 1.2.6660.39920 (Build 15.0.2.389)).
Once again thank you for you reply.