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
lucasbhering
Frequent Visitor

Count Filtered Table

I need to count how many people are in this filtered table, both for people and visitors, my most recent filter, needs to update to NOW () on DAX automatically. How can I do this?

 

powerbi2.png

4 REPLIES 4
lucasbhering
Frequent Visitor

Measures:
TOTAL COLABORADORES = CALCULATE(COUNTROWS(PESSOA);AREA[CD_AREA] == 2)

TOTAL VISITANTES = CALCULATE(COUNTROWS(ACESSO_VISITA);ACESSO_VISITA[CD_AREA] == 2)

HOJE = NOW()
(however it does not update in real time.)

I managed to do the DAX, go up with the gateway in the direct query, however I put the schedule to update every 15 minutes, it usually occurs on the panel, but when I published on the public web, there is no update of the direct query every 15 minutes only every 1 hour.

Hi @lucasbhering ,

 

For Published to Web, based on this document,  Data refreshes are automatically reflected in your embedded report or visual. It can take approximately one hour for refreshed data to be visible from embed codes.

 

But if you share a report, When opening an existing report in the Power BI service, or authoring a new one, the underlying data source is again queried to retrieve the necessary data. Please refer to this document about Guidance for using DirectQuery successfully: https://docs.microsoft.com/en-us/power-bi/desktop-directquery-about

 

We can tried to share a report or dashboard by using Embed in security website or Share within Power BI Service/ Apps if you want to make it update more frequently. 


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hello v-lid-msft I need my panel to be updated at least every 2 minutes, that is, to force an update in DirectQuery and transmit the panel to a cromecast device is this possible? How does this Power BI Service / Apps process work?

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.