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.
Hello, well, after 4 hours of research and Chat GPT, it's time to ask my Forum friends!
Question: I have a DAX measure which I'm using in a card visual, which gives a count of records, and it works great.
Solved! Go to Solution.
Hi @mwolfc you already have rows, if your measure works as expected 🙂
In your measure, filter part will give your "rows"
Put this into calculated table and you will have it.
FILTER(
'Booked Sales',
'Booked Sales'[QW Date] >= (TODAY() - WEEKDAY(TODAY(), 2) - 6) && 'Booked Sales'[QW Date] <= (TODAY() - WEEKDAY(TODAY(), 2))
)
Did I answer your question? Kudos appreciated / accept solution!
Proud to be a Super User!
Hi @mwolfc you already have rows, if your measure works as expected 🙂
In your measure, filter part will give your "rows"
Put this into calculated table and you will have it.
FILTER(
'Booked Sales',
'Booked Sales'[QW Date] >= (TODAY() - WEEKDAY(TODAY(), 2) - 6) && 'Booked Sales'[QW Date] <= (TODAY() - WEEKDAY(TODAY(), 2))
)
Did I answer your question? Kudos appreciated / accept solution!
Proud to be a Super User!
Thank you so much for the suggestion! I simply dragged that measure into the drill-down report and it worked perfectly!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
18 | |
15 | |
14 | |
11 | |
8 |
User | Count |
---|---|
24 | |
19 | |
12 | |
11 | |
10 |