Hi all,
I want to do a distinct count of values from a column which is coming in through Power BI integration (Power BI Integration is up and working well). So far I have been using this to take the first section:
First(PowerBIIntegration.Data).Section
It would be using the same item as above, but where the table shows the below I just need the answer to be 2:
Section
1.1.2.4
1.1.2.4
1.1.2.4
1.1.1.1
1.1.1.1
Many thanks for any help,
Nick