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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Isidro
Helper IV
Helper IV

how to make an evolution graph that shows all the historical data without using the interaction edit

Hello,

 

I have a page with several visualizations and time slicers. What I want is for one of those visualizations to be the historical evolution of the billing and to always show the same information when the time slicer is used, but that is not because it is disconnected with the interaction editor.

I suppose it is to create a measure for the value of the visualization.

 

Thank you very much and best regards.

1 ACCEPTED SOLUTION
v-jiascu-msft
Employee
Employee

Hi @Isidro,

 

The "Edit interaction" could be the best way. The other approach is using measures like this:

Measure = 
calculate(... ..., all('table1'))

how_to_make_an_evolution_graph_that_shows_all_the_historical_data_without_using_the_interaction_edit

If you want a detailed solution, please provide a sample data. 

 

Best Regards,

Dale

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

View solution in original post

2 REPLIES 2
v-jiascu-msft
Employee
Employee

Hi @Isidro,

 

The "Edit interaction" could be the best way. The other approach is using measures like this:

Measure = 
calculate(... ..., all('table1'))

how_to_make_an_evolution_graph_that_shows_all_the_historical_data_without_using_the_interaction_edit

If you want a detailed solution, please provide a sample data. 

 

Best Regards,

Dale

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

Hi @v-jiascu-msft,

 

Thank you very much.

 

Best regards.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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