This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi Everyone,
We are converting report from Qlikview to Power BI. Please help me to write DAX expression for the same. I wrote the dax expression but I am not getting expected result.
Dax expression:
Hi @Kavya123 ,
Did you get the expected result base on my provided measure formulas? If yes, could you please mark it as Answered? It will help the others find the solution easily if they face the same problem with you. Thank you.
Best Regards
Hi @Kavya123 ,
You can create the measeures as below:
Avg score of 1209 =
AVERAGEX (
FILTER (
ALLSELECTED ( 'PROFILERTABLENEWSUBMITTED Score' ),
'PROFILERTABLENEWSUBMITTED Score'[PDataPoint] = 1209
&& 'PROFILERTABLENEWSUBMITTED Score'[Answer_Flag] = 1
),
'PROFILERTABLENEWSUBMITTED Score'[NEWScore]
)Avg score of 1210 =
AVERAGEX (
FILTER (
ALLSELECTED ( 'PROFILERTABLENEWSUBMITTED Score' ),
'PROFILERTABLENEWSUBMITTED Score'[PDataPoint] = 1210
&& 'PROFILERTABLENEWSUBMITTED Score'[Answer_Flag] = 1
),
'PROFILERTABLENEWSUBMITTED Score'[NEWScore]
)Avg score of Total =
FLOOR (
AVERAGEX (
FILTER (
ALLSELECTED ( 'PROFILERTABLENEWSUBMITTED Score' ),
'PROFILERTABLENEWSUBMITTED Score'[Answer_Flag] = 1
),
'PROFILERTABLENEWSUBMITTED Score'[NEWScore]
),
1
)Measure =
CALCULATE (
DISTINCTCOUNT ( 'PROFILERTABLENEWSUBMITTED Score'[POrganization] ),
FILTER (
ALLSELECTED ( 'PROFILERTABLENEWSUBMITTED Score' ),
[Avg score of 1210] < [Avg score of total]
&& [Avg score of 1210] > [Avg score of 1209]
)
) + 0
If the above one is not working, please provide some sample data (exclude sensitive data) and your expected result with sample or screenshots. Thank you.
Best Regards
Please provide sample data in usable format (not as a picture) and show the expected outcome.
Check out the May 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 |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |