The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I created a measure to find the most recent quarter of my data set and count values for that quarter. In my case, the most recent quarter is 2023 Q1. The output is based on an hierarchical overview by organizational level (see screenshot). The problem is that my measure counts the most recent value per row and does not consider the entire data set when finding the last quarter.
For example (see screenshot): One case only has 2 values in 2022 Q1 and 2022 Q2. In the overview, the number of values in the most recent quarter still counts = 1. As this case does not have a value in 2023 Q1, it should count 0. I assume the measure considers 2022 Q2 as most recent quarter as it is only looking to a specific organizational level. I'd like it to consider the total data set when finding most recent quarter. Any ideas how to do that?
Measure:
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |