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
hi
i have these formulas from excel.
i am trying to re do them for dax.
=Table1[[#Totals],[Request ID]]
=COUNTIF(Table1[Engineer Visits],"1")
=D21/D20*100
Solved! Go to Solution.
Hi @Anonymous
For the first two formulas, yon can try below codes to create measures.
Hi @Anonymous
For the first two formulas, yon can try below codes to create measures.
@Anonymous to help you on this, we would more details like what calculation you are trying to attempt from these formulas and details about your data as well. Please share your data and calcualtion you wish to do.
BAsed on limited deails you have provided you can create your dax like below in powerbi
=Table1[[#Totals],[Request ID]]
=calculate(sum(total))
=COUNTIF(Table1[Engineer Visits],"1")
=calculate(count(Table1[Engineer Visits],1)
=D21/D20*100
= divide(d21,d20)*100
we will revert once we get more clarity frm you
Proud to be a Super User!
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 |
|---|---|
| 38 | |
| 29 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 30 | |
| 25 | |
| 24 |