Forum Discussion
create trending table
Hi there
Could you please give some sample data and then also an expected result to assist?
- scsi0506 years agoRegular Visitor
Example of table2:
Column1,column2
Abc,123
Cde,456
Trending table:
Date,count
7/29/2020,<count of rows in table2 as of 7/29 refresh>
7/30/2020,<count of rows in table2 for today's refresh>
...and so on
Then I can visually show a graph of how the count of table2 rows differs as time goes on.
- v-kelly-msft6 years agoCommunity Support
Hi scsi050 ,
Create 2 measures as below:
DATE/time = NOW()Count = COUNT('Table'[Column1])Then you will see:
For the related .pbix file,pls see attached.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!- scsi0506 years agoRegular Visitor
Hi,
1) Does this append to the same table by adding a new row upon every refresh?
2) I am running Power BI Desktop v2.83.5894.881 64-bit (July 2020) which looks like the latest version, but when I open your pbix file, I get the error:
"create trending table.pbix is incompatible with your current version of Microsoft Power BI Desktop. Please install the latest version and try opening the document again".