Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I need help to build a card or a table value when a month is filtered to show the value of all quarter not only the month selected.
when I select 2021 September I need the September value that´s easy and correct but for Quarter 3 I need a value summing all 3 months of that quarter.
Solved! Go to Solution.
@rmeng
Use the following measure:
Event Quarter =
CALCULATE(
[# Events],
REMOVEFILTERS('Calendar'[Year Month]),
VALUES('Calendar'[Year Qtr]])
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@rmeng
Use the following measure:
Event Quarter =
CALCULATE(
[# Events],
REMOVEFILTERS('Calendar'[Year Month]),
VALUES('Calendar'[Year Qtr]])
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
17 | |
10 | |
10 | |
8 | |
6 |
User | Count |
---|---|
20 | |
19 | |
19 | |
13 | |
10 |