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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Satishkumarr
Frequent Visitor

Tableau Fixed calculation to Power BI DAX

Hi All, 

 

Could you please help me to convert this Tableau to Power bi DAX.

 

"ZN(COUNTD(IF [Quarter]>='18-Q4' THEN
IF [LeadNumber] <> 'value' and [MetricName]='value' and [HoldFlag]=1 AND [ActiveCampaignFlag]=1 and
[UniqueInteractionRank]=1
then [LeadNumber] END
ELSE
IF [LeadNumber] <> 'value' and [MetricName]='value' and [HoldFlag]=1 and
[UniqueInteractionRank]=1
then [LeadNumber] END
END))

"

 

Thanks,

Satish

2 REPLIES 2
v-jianboli-msft
Community Support
Community Support

Hi @Satishkumarr ,

 

What kind of result do you want? Is it a calculated column or a measure?

Can you elaborate on the logic of your calculation?

Please provide me with more details about the result you want or share me with your pbix file after removing sensitive data.

 

Refer to:

How to provide sample data in the Power BI Forum

How to Get Your Question Answered Quickly

 

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-jianboli-msft,

 

I need a Calculated column, This is a caluclation to define Interactions column.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.