This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I'm sorry, I'm coming here with what must be a very stupid question. I am still a newcomer to PowerBI.
The following facts:
First Test (IF) :
Are the hours equal to or above 13
If NO : Give the hours entered
If YES :
Second test (IF) :
If the field has a trigger (=1), If YES :
Give the entered hours, if NO : Write 13
Since there is probably no If then else in the DAX, it is...at least for me, a bit more complicated.
Thanks in advanced 🙂
Solved! Go to Solution.
Hello @StevieCho,
you need to fill the hours column and the triger column in the measure:
Column = if( hours >= 13,If(trigger = 1,hours,13),hours)
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Thank you Guys, i'll ty it later 🙂
Hello @StevieCho,
you need to fill the hours column and the triger column in the measure:
Column = if( hours >= 13,If(trigger = 1,hours,13),hours)
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Thank you, you helped my 🙂 the dax formula is now :
@StevieCho Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 31 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 37 | |
| 33 | |
| 23 | |
| 23 |