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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Vamshi_PBI
Frequent Visitor

Isblank or +0 or Blank different behaviour

Hi Team,

 

Request your help with the below issue, have tried lot of time and couldnt get it.

 

So my table looks like below.

Campaign NameDateContacted
ABC13-09-2022True
BCD01-09-2022True
EFG26-07-2022False

 

I have connected this table with a date table and have created a measure for contacted rate which is as below.

 

CR = "True" records/ total records, and when i drag this measure into the table its working fine but when i add isblank or +0 inorder to hide blank for "False" record with 0 its introducing third record which is not in last 1 month relative date filter.

 

Please help with this.

Thanks in advance.!

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @Vamshi_PBI 

you try something like 

CR = IF ( NOT ISEMPTY ( 'Table' ), "True" Records/Total Records + 0 )

View solution in original post

1 REPLY 1
tamerj1
Super User
Super User

Hi @Vamshi_PBI 

you try something like 

CR = IF ( NOT ISEMPTY ( 'Table' ), "True" Records/Total Records + 0 )

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.