Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
Hello All,
I've been looking for a solution regarding my problem, however non of the finds worked. I have a measure, which calculates the
count of values, that are filtered. When I put it into a table, next to other values, like Shop ID, it nicely shows the numbers I need,
however when I want to calculate an average for these, it runs into a problem.
DATE | SHOP ID | STOCK (MEASURE) |
2022.08.05 0:00 | XX1 | 627 |
2022.06.24 0:00 | XX1 | 626 |
2022.06.25 0:00 | XX1 | 532 |
2022.06.28 0:00 | XX1 | 443 |
2022.06.29 0:00 | XX1 | 626 |
2022.06.30 0:00 | XX1 | 699 |
Solved! Go to Solution.
Hi All, I finally solved my problem with the help of: https://community.powerbi.com/t5/Desktop/DAX-Help-Combine-Groupby-and-Filter-Functions/td-p/199645
Basically what I had to do, was to write the following measure:
Hi All, I finally solved my problem with the help of: https://community.powerbi.com/t5/Desktop/DAX-Help-Combine-Groupby-and-Filter-Functions/td-p/199645
Basically what I had to do, was to write the following measure:
is this what you want?
Proud to be a Super User!
Yes, 592,17 is what I'm looking for, but the table that I have is a visual, which works by measures, so I don't phisically have these values on hand, only if I order them by date, shop ID etc.. into a table measure.
In my case, I cannot sumx any column value, as it is a measure as well.
The original measure which gives me back the STOCK values:
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
75 | |
70 | |
47 | |
41 |
User | Count |
---|---|
64 | |
41 | |
31 | |
30 | |
28 |