Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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:
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
56 | |
38 | |
34 |
User | Count |
---|---|
99 | |
56 | |
51 | |
44 | |
40 |