Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
16 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
23 | |
11 | |
10 | |
10 | |
8 |