The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.
Hi @ladislaocsulak Explain what registers are?
You have not tried to create a simple table and reflect the id_buyer and your measure
Adding the measure to a table solves the problem. Thank you!
Hi @ladislaocsulak Explain what registers are?
You have not tried to create a simple table and reflect the id_buyer and your measure
User | Count |
---|---|
14 | |
12 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
13 | |
8 | |
5 |