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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors