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 September 15. Request your voucher.

Reply
Meera556
Helper I
Helper I

create DAX for exclude LOD in tableau

Hi,

 

I'm new to power bi and I'm replicating a dashboard from tableau to power bi.It is a heat map which contains the calculated field as {EXCLUDE [timestamp] : [count of errors]}

I need this is to be created in power bi. Can anyone help how to create this.

Thanks for your help in advance

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Meera556 , Try like

a new measure assuming count of errors is a measure

calculate([count of errors], removefilters(Table[timestamp]))

 

Tableau Vs Power BI- Chapter 16- LOD exclude (Level of Details): https://youtu.be/wJEjG3O3vrk

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

Uzi2019
Super User
Super User

Hi @Meera556 

I think if you have [count of error] as measure then you just need to create a measure excluding timestamp

measure 1: Count( table[error])
measure 2= CALCULATE(Measure1, ALL( timestamp))

I hope I answered your question!



 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

2 REPLIES 2
Uzi2019
Super User
Super User

Hi @Meera556 

I think if you have [count of error] as measure then you just need to create a measure excluding timestamp

measure 1: Count( table[error])
measure 2= CALCULATE(Measure1, ALL( timestamp))

I hope I answered your question!



 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!
amitchandak
Super User
Super User

@Meera556 , Try like

a new measure assuming count of errors is a measure

calculate([count of errors], removefilters(Table[timestamp]))

 

Tableau Vs Power BI- Chapter 16- LOD exclude (Level of Details): https://youtu.be/wJEjG3O3vrk

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.