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 am trying to create PowerBI report with same data as in other BI tool,
In PowerBI,I have created measures like,
Other BI tool,
DO Count= =Count([Delivered Order ID])
EGPS DO Count=Count([Delivered Order ID];Distinct) Where(Match([Order Planning Group];"*Excelsius GPS*")) ForEach([Delivered Order ID]) In([YEAR])
Percent EGPS DO's = =[EGPS DO Count]/[DO Count]
I can do the Average in other BI tool. How can I do the same in Power BI?
As per below article, Measures do not have the aggregate values below shown options,
Work with aggregates (sum, average, and so on) in Power BI - Power BI | Microsoft Learn
Thanks,
Yoga
Solved! Go to Solution.
Hi @ykannan ,
I suggest you to use Averagex() function to create a new measure based on [Percent EGPS DO's] measure.
New Percent EGPS DO's =
AVERAGEX ( VALUES ( 'TableName'[Year] ), [Percent EGPS DO's] )
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ykannan ,
I suggest you to use Averagex() function to create a new measure based on [Percent EGPS DO's] measure.
New Percent EGPS DO's =
AVERAGEX ( VALUES ( 'TableName'[Year] ), [Percent EGPS DO's] )
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
|---|---|
| 31 | |
| 23 | |
| 22 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 41 | |
| 27 | |
| 22 | |
| 20 |