Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
I have built a calculated table using the following expression:
Hey @Anonymous ,
there is a limit of 1M rows for directQuery, you can expand this limit if you are using Premium Capacity (Use DirectQuery in Power BI Desktop - Power BI | Microsoft Learn)
Nevertheless, you might use SUMMARIZE (SUMMARIZE – DAX Guide) to "group" the columns you want, before you use SELECTCOLUMNS to rename the columns.
Hopefully, this provides some ideas on how to tackle your challenge.
Regards,
Tom
What would the query look like if I wanted to just show distinct values of "it_current[ip_address_rapid7]" within my calculated table function?