- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Registers considered in DAX measure
Hello,
I have a doubt about DAX measures. Is there a way in which I can view the registers that are counting certain measure?
For example, I have created the next measure that counts sales of the last 30 days and it says it is 33 sales.
sales_quantity_last_30_days = CALCULATE(DISTINCTCOUNT(sales[id]),DATESINPERIOD ( Calendario[Date], TODAY(), -30, DAY ))
Is there any way in which I can access directly to those specific 33 registers to see that data?
I upload a dummy table with a source table and the measure:
https://drive.google.com/drive/folders/1TOYezhAuiy0ADTNcKVL1ayNw5XoLMo_I?usp=sharing
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ladislaocsulak Explain what registers are?
You have not tried to create a simple table and reflect the id_buyer and your measure
__________________________________________
Thank you for your like and decision
__________________________________________
Greetings from Ukraine
To help me grow PayPal: embirddima@gmail.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Adding the measure to a table solves the problem. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ladislaocsulak Explain what registers are?
You have not tried to create a simple table and reflect the id_buyer and your measure
__________________________________________
Thank you for your like and decision
__________________________________________
Greetings from Ukraine
To help me grow PayPal: embirddima@gmail.com

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
07-03-2024 06:01 AM | |||
09-25-2024 08:50 AM | |||
06-18-2024 12:55 PM | |||
09-20-2024 11:52 PM | |||
06-19-2024 08:36 AM |