Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ladislaocsulak
Frequent Visitor

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!

1 ACCEPTED SOLUTION
DimaMD
Solution Sage
Solution Sage

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

View solution in original post

2 REPLIES 2
ladislaocsulak
Frequent Visitor

Adding the measure to a table solves the problem. Thank you!

DimaMD
Solution Sage
Solution Sage

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

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors